From 380213d0a092a874182f1cf9c8d0cf828a624511 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 9 Aug 2021 19:23:19 +0200 Subject: Adjust choke ramp-down time to better reflect the actual dampening time of a hand-dampened cymbal. --- src/inputprocessor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputprocessor.cc b/src/inputprocessor.cc index 822e8b1..7d12bdd 100644 --- a/src/inputprocessor.cc +++ b/src/inputprocessor.cc @@ -356,7 +356,7 @@ bool InputProcessor::processChoke(event_t& event, event_sample.rampdown_count == -1) // Only if not already ramping. { // Fixed group rampdown time of 68ms, independent of samplerate - applyChoke(settings, event_sample, 68, event.offset); + applyChoke(settings, event_sample, 450, event.offset); } } } -- cgit v1.2.3