We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SynthDef(\question3, { |out, gate = 1, amp = 0.1| var eg = EnvGen.kr(Env.asr(0.01, 1, 0.1), gate, doneAction: 2); var sig = LPF.ar(DPW3Tri.ar(110), 8000); Out.ar(out, (sig * amp * eg).dup); }).add;
Note that the signal is subject to attenuation from an envelope for the first 10 ms, but still an out-of-range peak gets through:
I can use LFTri for today... just reporting.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note that the signal is subject to attenuation from an envelope for the first 10 ms, but still an out-of-range peak gets through:
I can use LFTri for today... just reporting.
The text was updated successfully, but these errors were encountered: