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

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

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

revision 2353 by schoenebeck, Sun Jul 12 10:35:55 2009 UTC revision 2354 by persson, Sun Jul 8 10:29:07 2012 UTC
# Line 55  namespace LinuxSampler { Line 55  namespace LinuxSampler {
55              ParameterPortsPlugin() : ParameterPorts() { }              ParameterPortsPlugin() : ParameterPorts() { }
56              ParameterPortsPlugin(String s) : ParameterPorts(s) { }              ParameterPortsPlugin(String s) : ParameterPorts(s) { }
57              virtual bool Fix() { return true; }              virtual bool Fix() { return true; }
58                void ForceSetValue(int ports);
59          };          };
60    
61          // derived abstract methods from class 'MidiInputDevice'          // derived abstract methods from class 'MidiInputDevice'
# Line 77  namespace LinuxSampler { Line 78  namespace LinuxSampler {
78              return Ports[0];              return Ports[0];
79          }          }
80    
81          static void DeleteMidiPort(MidiInputPort* pPort);          void AddMidiPort();
82            void RemoveMidiPort(MidiInputPort* pPort);
83      };      };
84  }  }
85    

Legend:
Removed from v.2353  
changed lines
  Added in v.2354

  ViewVC Help
Powered by ViewVC