/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInputDeviceCoreMidi.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInputDeviceCoreMidi.cpp

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

revision 508 by letz, Wed Feb 9 10:08:16 2005 UTC revision 509 by letz, Tue May 3 16:55:28 2005 UTC
# Line 140  namespace LinuxSampler { Line 140  namespace LinuxSampler {
140      }      }
141                    
142          String MidiInputDeviceCoreMidi::Name() {          String MidiInputDeviceCoreMidi::Name() {
143              return "CoreMidi";              return "COREMIDI";
144      }      }
145    
146          String MidiInputDeviceCoreMidi::Driver() {          String MidiInputDeviceCoreMidi::Driver() {
# Line 152  namespace LinuxSampler { Line 152  namespace LinuxSampler {
152      }      }
153    
154      String MidiInputDeviceCoreMidi::Version() {      String MidiInputDeviceCoreMidi::Version() {
155              String s = "$Revision: 1.4 $";              String s = "$Revision: 1.5 $";
156              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
157      }      }
158    

Legend:
Removed from v.508  
changed lines
  Added in v.509

  ViewVC Help
Powered by ViewVC