From 79d5bdcf1f568ec6fa5ad86d55bd656d4d7676db Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 24 Dec 2019 18:19:17 +0100 Subject: Fix type-o in choke handling. --- src/inputprocessor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputprocessor.cc b/src/inputprocessor.cc index e8f4cc7..5acced8 100644 --- a/src/inputprocessor.cc +++ b/src/inputprocessor.cc @@ -264,7 +264,7 @@ bool InputProcessor::processChoke(event_t& event, if(active_event->getType() == Event::sample) { auto& event_sample = *static_cast(active_event); - if(event_sample.instrument_id != instrument_id && + if(event_sample.instrument_id == instrument_id && event_sample.rampdown_count == -1) // Only if not already ramping. { // Fixed group rampdown time of 68ms, independent of samplerate -- cgit v1.2.3