/[svn]/linuxsampler/trunk/src/linuxsampler.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/linuxsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1540 by persson, Sun Dec 2 19:07:17 2007 UTC revision 1541 by iliev, Tue Dec 4 18:09:26 2007 UTC
# Line 242  int main(int argc, char **argv) { Line 242  int main(int argc, char **argv) {
242                  pSampler->fireVoiceCountChanged(iter->first, pEngineChannel->GetVoiceCount());                  pSampler->fireVoiceCountChanged(iter->first, pEngineChannel->GetVoiceCount());
243                  pSampler->fireStreamCountChanged(iter->first, pEngineChannel->GetDiskStreamCount());                  pSampler->fireStreamCountChanged(iter->first, pEngineChannel->GetDiskStreamCount());
244                  pSampler->fireBufferFillChanged(iter->first, pEngine->DiskStreamBufferFillPercentage());                  pSampler->fireBufferFillChanged(iter->first, pEngine->DiskStreamBufferFillPercentage());
245                    pSampler->fireTotalStreamCountChanged(pSampler->GetDiskStreamCount());
246                  pSampler->fireTotalVoiceCountChanged(pSampler->GetVoiceCount());                  pSampler->fireTotalVoiceCountChanged(pSampler->GetVoiceCount());
247              }              }
248              LSCPServer::UnlockRTNotify();              LSCPServer::UnlockRTNotify();

Legend:
Removed from v.1540  
changed lines
  Added in v.1541

  ViewVC Help
Powered by ViewVC