Skip to content

Commit

Permalink
Proposed fix for #1432 LB302 preset preview audio cut-off
Browse files Browse the repository at this point in the history
  • Loading branch information
curlymorphic committed Dec 15, 2014
1 parent 2aa7b64 commit f27ea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lb302/lb302.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit f27ea7b

Please sign in to comment.