--- linuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp 2014/06/10 22:49:45 2617 +++ linuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp 2014/06/11 11:39:44 2618 @@ -92,6 +92,8 @@ * Thus, the script can be parsed again afterwards. */ void InstrumentScript::unload() { + //dmsg(1,("InstrumentScript::unload(this=0x%llx)\n", this)); + if (parserContext) dmsg(1,("Unloading current instrument script.\n"));