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

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

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

revision 1858 by persson, Sun Mar 8 09:57:19 2009 UTC revision 1934 by schoenebeck, Sun Jul 12 10:35:55 2009 UTC
# Line 64  namespace LinuxSampler { Line 64  namespace LinuxSampler {
64      }      }
65    
66      String MidiInputDevicePlugin::Version() {      String MidiInputDevicePlugin::Version() {
67          String s = "$Revision: 1.2 $";          String s = "$Revision: 1.3 $";
68          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
69      }      }
70    
# Line 79  namespace LinuxSampler { Line 79  namespace LinuxSampler {
79      void MidiInputDevicePlugin::DeleteMidiPort(MidiInputPort* pPort) {      void MidiInputDevicePlugin::DeleteMidiPort(MidiInputPort* pPort) {
80          delete (MidiInputPortPlugin*)pPort;          delete (MidiInputPortPlugin*)pPort;
81      }      }
82    
83        bool MidiInputDevicePlugin::isAutonomousDevice() {
84            return false;
85        }
86    
87        bool MidiInputDevicePlugin::isAutonomousDriver() {
88            return false;
89        }
90  }  }

Legend:
Removed from v.1858  
changed lines
  Added in v.1934

  ViewVC Help
Powered by ViewVC