Proposed fix for #1432 LB302 preset preview audio cut-off

This commit is contained in:
Dave French
2014-12-15 21:40:58 +00:00
parent 2aa7b64938
commit f27ea7bc2b

View File

@@ -789,7 +789,7 @@ void lb302Synth::play( sampleFrame * _working_buffer )
process( _working_buffer, frames );
instrumentTrack()->processAudioBuffer( _working_buffer, frames, NULL );
release_frame = 0;
// release_frame = 0; //removed for issue # 1432
}