Skip to content

Commit

Permalink
make limitertype rate explicit (#219)
Browse files Browse the repository at this point in the history
dirt: allow to switch between several limiter types
  • Loading branch information
telephon authored Jan 23, 2021
1 parent de2404a commit 2eaf017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synths/core-synths-global.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eaf017

Please sign in to comment.