Make sfxr use noteplayhandle, to enable velocity and env/lfo tab

This commit is contained in:
Vesa
2014-03-01 22:59:48 +02:00
parent de77ae38da
commit 9b8d396d82

View File

@@ -481,7 +481,10 @@ void sfxrInstrument::playNote( NotePlayHandle * _n, sampleFrame * _working_buffe
delete[] pitchedBuffer;
instrumentTrack()->processAudioBuffer( _working_buffer, frameNum, NULL );
applyRelease( _working_buffer, _n );
instrumentTrack()->processAudioBuffer( _working_buffer, frameNum, _n );
}