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

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

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

revision 12 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC revision 13 by schoenebeck, Fri Nov 21 15:07:23 2003 UTC
# Line 125  int AudioThread::Main() { Line 125  int AudioThread::Main() {
125          // write that to the disk thread class so that it can print it          // write that to the disk thread class so that it can print it
126          // on the console for debugging purposes          // on the console for debugging purposes
127          ActiveVoiceCount = active_voices;          ActiveVoiceCount = active_voices;
128            if (ActiveVoiceCount > ActiveVoiceCountMax) ActiveVoiceCountMax = ActiveVoiceCount;
129    
130    
131          // check clipping in the audio sum, convert to sample_type          // check clipping in the audio sum, convert to sample_type

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC