/[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 1714 by persson, Sun Jan 27 15:07:11 2008 UTC revision 1715 by schoenebeck, Tue Mar 11 15:20:46 2008 UTC
# Line 210  namespace LinuxSampler { Line 210  namespace LinuxSampler {
210      }      }
211    
212      String MidiInputDeviceJack::Version() {      String MidiInputDeviceJack::Version() {
213          String s = "$Revision: 1.1 $";          String s = "$Revision: 1.2 $";
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    
# Line 241  namespace LinuxSampler { Line 241  namespace LinuxSampler {
241                              port->DispatchBankSelectMsb(data[2], channel);                              port->DispatchBankSelectMsb(data[2], channel);
242                          } else if (data[1] == 32) {                          } else if (data[1] == 32) {
243                              port->DispatchBankSelectLsb(data[2], channel);                              port->DispatchBankSelectLsb(data[2], channel);
                         } else {  
                             port->DispatchControlChange(data[1], data[2], channel, ev.time);  
244                          }                          }
245                            port->DispatchControlChange(data[1], data[2], channel, ev.time);
246                          break;                          break;
247    
248                      case 0xd0:                      case 0xd0:

Legend:
Removed from v.1714  
changed lines
  Added in v.1715

  ViewVC Help
Powered by ViewVC