From 8c02033ce689f73834e0b41fd09ef05a74f9a0ba 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 d8a7ff9..8481684 100644 --- a/src/inputprocessor.cc +++ b/src/inputprocessor.cc @@ -359,7 +359,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