/[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 1933 by iliev, Sat May 16 17:04:37 2009 UTC revision 1934 by schoenebeck, Sun Jul 12 10:35:55 2009 UTC
# Line 61  namespace LinuxSampler { Line 61  namespace LinuxSampler {
61          void Listen();          void Listen();
62          void StopListen();          void StopListen();
63          String Driver();          String Driver();
64            bool isAutonomousDevice();
65          static String Name();          static String Name();
66          static String Version();          static String Version();
67          static String Description();          static String Description();
68          MidiInputPort* CreateMidiPort();          MidiInputPort* CreateMidiPort();
69            static bool isAutonomousDriver();
70    
71          /**          /**
72           * Returns the MIDI port to which events can be dispatched.           * Returns the MIDI port to which events can be dispatched.

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

  ViewVC Help
Powered by ViewVC