From 2eaf01755277645c2a773cd6ab131413bae5f0cd Mon Sep 17 00:00:00 2001 From: Julian Rohrhuber Date: Sat, 23 Jan 2021 17:46:12 +0100 Subject: [PATCH] make limitertype rate explicit (#219) dirt: allow to switch between several limiter types --- synths/core-synths-global.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synths/core-synths-global.scd b/synths/core-synths-global.scd index 36ee25e3..563ce717 100644 --- a/synths/core-synths-global.scd +++ b/synths/core-synths-global.scd @@ -44,7 +44,7 @@ CORE SYNTHDEFS FOR DIRT signal = signal * EnvGen.kr(Env.asr, gate, doneAction:2); Out.ar(outBus, signal) - }, [\ir, \ir, \kr, \kr]).add; + }, [\ir, \ir, \kr, \kr, \kr]).add; // RMS measurement, sending back to editor