Fix #3842: Opening a project with LB302 produces a noise burst

Fix the noise burst described in #3842 by removing the second
initialization of vca_a to 9 in the constructor of lb302Synth.
This commit is contained in:
Michael Gregorius
2017-09-30 22:50:09 +02:00
parent 4ca6cdb9c7
commit b2a01ad8c3

View File

@@ -339,7 +339,6 @@ lb302Synth::lb302Synth( InstrumentTrack * _instrumentTrack ) :
// Experimenting with a0 between original (0.5) and 1.0
vca_a0 = 0.5;
vca_a = 9;
vca_mode = 3;
vcfs[0] = new lb302FilterIIR2(&fs);