/[svn]/linuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp

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

revision 2613 by schoenebeck, Tue Jun 10 15:17:01 2014 UTC revision 2618 by schoenebeck, Wed Jun 11 11:39:44 2014 UTC
# Line 88  namespace LinuxSampler { Line 88  namespace LinuxSampler {
88       * to deallocate the parsed script once not used on any engine channel       * to deallocate the parsed script once not used on any engine channel
89       * anymore.       * anymore.
90       *       *
91       * Calling thid method will however not clear the @c code member variable.       * Calling this method will however not clear the @c code member variable.
92       * Thus, the script can be parsed again afterwards.       * Thus, the script can be parsed again afterwards.
93       */       */
94      void InstrumentScript::unload() {      void InstrumentScript::unload() {
95            //dmsg(1,("InstrumentScript::unload(this=0x%llx)\n", this));
96    
97          if (parserContext)          if (parserContext)
98              dmsg(1,("Unloading current instrument script.\n"));              dmsg(1,("Unloading current instrument script.\n"));
99    

Legend:
Removed from v.2613  
changed lines
  Added in v.2618

  ViewVC Help
Powered by ViewVC