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

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

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

revision 2184 by capela, Tue Apr 12 15:19:56 2011 UTC revision 2185 by persson, Sun Jun 19 09:09:38 2011 UTC
# Line 87  namespace LinuxSampler { Line 87  namespace LinuxSampler {
87    
88      int EventThread::Main() {      int EventThread::Main() {
89          for (;;) {          for (;;) {
90                TestCancel();
91              sleep(1);              sleep(1);
92              pSampler->fireStatistics();              pSampler->fireStatistics();
93          }          }

Legend:
Removed from v.2184  
changed lines
  Added in v.2185

  ViewVC Help
Powered by ViewVC