--- linuxsampler/trunk/src/linuxsampler.cpp 2007/12/02 19:07:17 1534 +++ linuxsampler/trunk/src/linuxsampler.cpp 2007/12/04 18:09:26 1541 @@ -242,6 +242,7 @@ pSampler->fireVoiceCountChanged(iter->first, pEngineChannel->GetVoiceCount()); pSampler->fireStreamCountChanged(iter->first, pEngineChannel->GetDiskStreamCount()); pSampler->fireBufferFillChanged(iter->first, pEngine->DiskStreamBufferFillPercentage()); + pSampler->fireTotalStreamCountChanged(pSampler->GetDiskStreamCount()); pSampler->fireTotalVoiceCountChanged(pSampler->GetVoiceCount()); } LSCPServer::UnlockRTNotify();