--- linuxsampler/trunk/src/engines/gig/EngineChannel.cpp 2007/08/07 10:34:07 1267 +++ linuxsampler/trunk/src/engines/gig/EngineChannel.cpp 2007/08/17 12:55:37 1298 @@ -218,6 +218,8 @@ if (pEngine) pEngine->ChangeInstrument(this, newInstrument); else pInstrument = newInstrument; + + StatusChanged(true); } /**