/[svn]/linuxsampler/trunk/src/hostplugins/au/PluginAU.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/au/PluginAU.cpp

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

revision 1991 by persson, Sat Apr 18 08:17:16 2009 UTC revision 1992 by iliev, Fri Aug 28 07:48:47 2009 UTC
# Line 183  COMPONENT_ENTRY(PluginAU) Line 183  COMPONENT_ENTRY(PluginAU)
183    
184          if(pAudioDevice) {          if(pAudioDevice) {
185              RemoveChannels();              RemoveChannels();
186              global->pSampler->DestroyAudioOutputDevice(pAudioDevice);              DestroyDevice(pAudioDevice);
187              pAudioDevice = NULL;              pAudioDevice = NULL;
188          }          }
189    
190          if(pMidiDevice) {          if(pMidiDevice) {
191              global->pSampler->DestroyMidiInputDevice(pMidiDevice);              DestroyDevice(pMidiDevice);
192              pMidiDevice = NULL;              pMidiDevice = NULL;
193          }          }
194    

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

  ViewVC Help
Powered by ViewVC