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

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

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

revision 1992 by persson, Sat Sep 6 16:44:42 2008 UTC revision 1993 by schoenebeck, Sun Aug 30 11:27:35 2009 UTC
# Line 182  namespace LinuxSampler { Line 182  namespace LinuxSampler {
182          Ports.clear();          Ports.clear();
183    
184          JackClient::ReleaseMidi(((DeviceCreationParameterString*)Parameters["NAME"])->ValueAsString());          JackClient::ReleaseMidi(((DeviceCreationParameterString*)Parameters["NAME"])->ValueAsString());
185          existingJackDevices--;          existingJackDevices--; //FIXME: this is too simple, can lead to multiple clients with the same name
186      }      }
187    
188      MidiInputDeviceJack::MidiInputPortJack* MidiInputDeviceJack::CreateMidiPort() {      MidiInputDeviceJack::MidiInputPortJack* MidiInputDeviceJack::CreateMidiPort() {
# Line 210  namespace LinuxSampler { Line 210  namespace LinuxSampler {
210      }      }
211    
212      String MidiInputDeviceJack::Version() {      String MidiInputDeviceJack::Version() {
213          String s = "$Revision: 1.3 $";          String s = "$Revision: 1.4 $";
214          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
215      }      }
216    

Legend:
Removed from v.1992  
changed lines
  Added in v.1993

  ViewVC Help
Powered by ViewVC