/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 268 by capela, Thu Oct 7 22:20:20 2004 UTC revision 289 by schoenebeck, Tue Oct 19 14:41:38 2004 UTC
# Line 29  Line 29 
29    
30  namespace LinuxSampler {  namespace LinuxSampler {
31    
     REGISTER_AUDIO_OUTPUT_DRIVER(AudioOutputDeviceJack);  
   
     /* Common parameters for now they'll have to be registered here. */  
     REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterActive);  
     REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterChannels);  
   
   
   
32  // *************** ParameterName ***************  // *************** ParameterName ***************
33  // *  // *
34    
# Line 199  namespace LinuxSampler { Line 191  namespace LinuxSampler {
191      }      }
192    
193      String AudioOutputDeviceJack::Version() {      String AudioOutputDeviceJack::Version() {
194         String s = "$Revision: 1.13 $";         String s = "$Revision: 1.14 $";
195         return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword         return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
196      }      }
197    

Legend:
Removed from v.268  
changed lines
  Added in v.289

  ViewVC Help
Powered by ViewVC