diff --git a/plugins/monstro/Monstro.cpp b/plugins/monstro/Monstro.cpp index e3b843891..d74127089 100644 --- a/plugins/monstro/Monstro.cpp +++ b/plugins/monstro/Monstro.cpp @@ -874,7 +874,7 @@ void MonstroInstrument::playNote( NotePlayHandle * _n, ms->renderOutput( frames, _working_buffer ); - //applyRelease( _working_buffer, _n ); + applyRelease( _working_buffer, _n ); instrumentTrack()->processAudioBuffer( _working_buffer, frames, _n ); }