/[svn]/linuxsampler/trunk/src/Sampler.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/Sampler.cpp

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

revision 4020 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC revision 4021 by schoenebeck, Wed Jan 5 16:11:04 2022 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 - 2016 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2022 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
9   *   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 857  namespace LinuxSampler { Line 857  namespace LinuxSampler {
857          }          }
858    
859          // unload all instrument editor DLLs          // unload all instrument editor DLLs
860    /* FIXME: disabled for now as it caused an LSCP "RESET" command to unload the
861     *        editor DLLs and (probably due to a race) prevented them from reloading
862     *        subsequently (see comments in ClosePlugins())
863     *        https://sourceforge.net/p/linuxsampler/mailman/message/37411956/
864          InstrumentEditorFactory::ClosePlugins();          InstrumentEditorFactory::ClosePlugins();
865     */
866      }      }
867    
868      bool Sampler::EnableDenormalsAreZeroMode() {      bool Sampler::EnableDenormalsAreZeroMode() {

Legend:
Removed from v.4020  
changed lines
  Added in v.4021

  ViewVC Help
Powered by ViewVC