Skip to content

Commit

Permalink
Merge pull request #1449 from curlymorphic/I1432
Browse files Browse the repository at this point in the history
Proposed fix for issue 1432 LB302 preset preview audio cut-off
  • Loading branch information
tresf committed Dec 16, 2014
2 parents 569c831 + f27ea7b commit b789eb9
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 @@ -791,7 +791,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 b789eb9

Please sign in to comment.