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

Diff of /linuxsampler/trunk/src/voice.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 131  void Voice::RenderAudio() { Line 131  void Voice::RenderAudio() {
131              break;              break;
132    
133          case playback_state_end:          case playback_state_end:
134              this->Active = false; // free voice              Kill(); // free voice
135              break;              break;
136      }      }
137  }  }

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

  ViewVC Help
Powered by ViewVC