/[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 142 by senkov, Sun Jun 20 16:03:35 2004 UTC revision 143 by capela, Wed Jun 23 18:54:08 2004 UTC
# Line 131  namespace LinuxSampler { Line 131  namespace LinuxSampler {
131          return jack_get_sample_rate(hJackClient);          return jack_get_sample_rate(hJackClient);
132      }      }
133    
134        String AudioOutputDeviceJack::Driver() {
135            return "Jack";
136        }
137    
138      String AudioOutputDeviceJack::Description() {      String AudioOutputDeviceJack::Description() {
139          return "JACK Audio Connection Kit";          return "JACK Audio Connection Kit";
140      }      }
141    
142      String AudioOutputDeviceJack::Version() {      String AudioOutputDeviceJack::Version() {
143         String s = "$Revision: 1.6 $";         String s = "$Revision: 1.7 $";
144         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
145      }      }
146    

Legend:
Removed from v.142  
changed lines
  Added in v.143

  ViewVC Help
Powered by ViewVC