/[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 1906 by persson, Sun Mar 8 09:57:19 2009 UTC revision 1907 by iliev, Sat May 16 17:04:37 2009 UTC
# Line 47  namespace LinuxSampler { Line 47  namespace LinuxSampler {
47              friend class MidiInputDevicePlugin;              friend class MidiInputDevicePlugin;
48          };          };
49    
50            /**
51             * Device Parameter 'PORTS'
52             */
53            class ParameterPortsPlugin : public ParameterPorts {
54            public:
55                ParameterPortsPlugin() : ParameterPorts() { }
56                ParameterPortsPlugin(String s) : ParameterPorts(s) { }
57                virtual bool Fix() { return true; }
58            };
59    
60          // derived abstract methods from class 'MidiInputDevice'          // derived abstract methods from class 'MidiInputDevice'
61          void Listen();          void Listen();
62          void StopListen();          void StopListen();

Legend:
Removed from v.1906  
changed lines
  Added in v.1907

  ViewVC Help
Powered by ViewVC