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

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

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

revision 244 by schoenebeck, Fri Sep 17 01:01:11 2004 UTC revision 289 by schoenebeck, Tue Oct 19 14:41:38 2004 UTC
# Line 27  Line 27 
27    
28  namespace LinuxSampler {  namespace LinuxSampler {
29    
     REGISTER_MIDI_INPUT_DRIVER(MidiInputDeviceAlsa);  
   
     /* Common parameters */  
     REGISTER_MIDI_INPUT_DRIVER_PARAMETER(MidiInputDeviceAlsa, ParameterActive);  
     REGISTER_MIDI_INPUT_DRIVER_PARAMETER(MidiInputDeviceAlsa, ParameterPorts);  
   
   
   
30  // *************** ParameterName ***************  // *************** ParameterName ***************
31  // *  // *
32    
# Line 193  namespace LinuxSampler { Line 185  namespace LinuxSampler {
185      }      }
186    
187      String MidiInputDeviceAlsa::Version() {      String MidiInputDeviceAlsa::Version() {
188              String s = "$Revision: 1.11 $";              String s = "$Revision: 1.12 $";
189              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
190      }      }
191    

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

  ViewVC Help
Powered by ViewVC