Skip to content

Commit

Permalink
.clip brf value range
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmkarlsson authored Jan 9, 2022
1 parent 0df4652 commit d615b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synths/core-synths.scd
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ the SynthDefs, but alas they do not. Default values for parameters get set in Cl
// numbrf = 0, no BRFs; numbrf = 0.1, 1 BRF; numbrf = 0.2, 2 BRFs .. numbrf = 1.0, 10 BRFs
signal = Select.ar(numbrf.linlin(0.0, 0.1, 0, 1), [
signal,
BRF.ar(signal, bandrf, bandrq)
BRF.ar(signal, bandrf.clip(20, 20000), bandrq)
]);
signal = Select.ar(numbrf.linlin(0.1, 0.2, 0, 1), [
signal,
Expand Down

0 comments on commit d615b49

Please sign in to comment.