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

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

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

revision 1888 by iliev, Wed Apr 1 15:21:13 2009 UTC revision 1889 by persson, Sun Apr 26 12:19:00 2009 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 Andreas Persson                                    *   *   Copyright (C) 2008 - 2009 Andreas Persson                             *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
6   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 33  namespace LinuxSampler { Line 33  namespace LinuxSampler {
33          RefCount(0) {          RefCount(0) {
34          // we need to remove the ASIO driver, otherwise the lscp info          // we need to remove the ASIO driver, otherwise the lscp info
35          // methods will lock up the audio device          // methods will lock up the audio device
36          AudioOutputDeviceFactory::InnerFactories.erase("ASIO");          AudioOutputDeviceFactory::Unregister("ASIO");
         AudioOutputDeviceFactory::ParameterFactories.erase("ASIO");  
37    
38          REGISTER_AUDIO_OUTPUT_DRIVER(AudioOutputDevicePlugin);          REGISTER_AUDIO_OUTPUT_DRIVER(AudioOutputDevicePlugin);
39          REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDevicePlugin, ParameterActive);          REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDevicePlugin, ParameterActive);

Legend:
Removed from v.1888  
changed lines
  Added in v.1889

  ViewVC Help
Powered by ViewVC