Add applyrelease

This commit is contained in:
Vesa
2014-03-29 23:08:25 +02:00
parent 78bcb8423f
commit 8eaf629439

View File

@@ -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 );
}