/[svn]/linuxsampler/trunk/src/engines/EngineChannelBase.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/EngineChannelBase.h

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

revision 2165 by persson, Sun Feb 20 14:20:22 2011 UTC revision 2244 by iliev, Thu Aug 18 11:32:33 2011 UTC
# Line 316  namespace LinuxSampler { Line 316  namespace LinuxSampler {
316                                  if ((itVoice->DiskStreamRef).State != Stream::state_unused) StreamCount++;                                  if ((itVoice->DiskStreamRef).State != Stream::state_unused) StreamCount++;
317                              }                              }
318                          }  else { // voice reached end, is now inactive                          }  else { // voice reached end, is now inactive
319                                itVoice->VoiceFreed();
320                              pChannel->FreeVoice(itVoice); // remove voice from the list of active voices                              pChannel->FreeVoice(itVoice); // remove voice from the list of active voices
321                          }                          }
322                      }                      }

Legend:
Removed from v.2165  
changed lines
  Added in v.2244

  ViewVC Help
Powered by ViewVC