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

Diff of /linuxsampler/trunk/src/audiodriver/AudioOutputDeviceJack.cpp

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

revision 135 by schoenebeck, Mon Jun 14 19:33:16 2004 UTC revision 136 by senkov, Sun Jun 20 16:03:35 2004 UTC
# Line 27  Line 27 
27    
28  namespace LinuxSampler {  namespace LinuxSampler {
29    
30      REGISTER_AUDIO_OUTPUT_DRIVER("JACK",AudioOutputDeviceJack);      REGISTER_AUDIO_OUTPUT_DRIVER("Jack",AudioOutputDeviceJack);
31    
32      /**      /**
33       * Open and initialize connection to the JACK system.       * Open and initialize connection to the JACK system.
# Line 136  namespace LinuxSampler { Line 136  namespace LinuxSampler {
136      }      }
137    
138      String AudioOutputDeviceJack::Version() {      String AudioOutputDeviceJack::Version() {
139         String s = "$Revision: 1.5 $";         String s = "$Revision: 1.6 $";
140         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
141      }      }
142    

Legend:
Removed from v.135  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC