Open
Description
Currently # djf 0.5
is audible, ideally it would not be
SuperDirt/library/default-effects-extra.scd
Lines 400 to 415 in de8753c
This could be achieved using perhaps some kind of control structure (incorrect code below)
signal = Select.ar(djf != 0.5, [
signal,
RHPF.ar(
RLPF.ar(
signal,
lpfCutoffFreq
),
hpfCutoffFreq
)
]);
An alternative might be # djf "-1"
Metadata
Metadata
Assignees
Labels
No labels