Fix declick at transport start for multi-channel tracks

This commit is contained in:
Robin Gareus
2020-02-20 01:41:53 +01:00
parent c509c94824
commit 28a37c6b9a

View File

@@ -381,10 +381,7 @@ DiskReader::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
}
/* reset _declick_amp to the correct gain before processing this channel. */
if (declick_out) {
_declick_amp.set_gain (initial_declick_gain);
}
_declick_amp.set_gain (initial_declick_gain);
if (!declick_out) {