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

Diff of /linuxsampler/trunk/src/drivers/Plugin.h

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

revision 1922 by persson, Fri Jun 26 18:55:02 2009 UTC revision 1992 by iliev, Fri Aug 28 07:48:47 2009 UTC
# Line 73  namespace LinuxSampler { Line 73  namespace LinuxSampler {
73          String GetState();          String GetState();
74          bool SetState(String State);          bool SetState(String State);
75          void RemoveChannels();          void RemoveChannels();
76            void DestroyDevice(AudioOutputDevicePlugin* pDevice);
77            void DestroyDevice(MidiInputDevicePlugin* pDevice);
78    
79          AudioOutputDevicePlugin* pAudioDevice;          AudioOutputDevicePlugin* pAudioDevice;
80          MidiInputDevicePlugin* pMidiDevice;          MidiInputDevicePlugin* pMidiDevice;

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

  ViewVC Help
Powered by ViewVC