--- linuxsampler/trunk/src/engines/gig/Engine.cpp 2016/06/05 14:33:58 2926 +++ linuxsampler/trunk/src/engines/gig/Engine.cpp 2016/06/30 16:44:46 2927 @@ -351,6 +351,8 @@ // no need to continue if sample is silent if (!pDimRgn->pSample || !pDimRgn->pSample->SamplesTotal) return Pool::Iterator(); + + dmsg(2,("sample -> \"%s\"\n", pDimRgn->pSample->pInfo->Name.c_str())); // allocate a new voice for the key Pool::Iterator itNewVoice = GetVoicePool()->allocAppend();