/[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 2614 by schoenebeck, Tue Jun 10 17:22:48 2014 UTC revision 2618 by schoenebeck, Wed Jun 11 11:39:44 2014 UTC
# Line 92  namespace LinuxSampler { Line 92  namespace LinuxSampler {
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.2614  
changed lines
  Added in v.2618

  ViewVC Help
Powered by ViewVC