Skip to content
New issue

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

DPW3Tri seems to initialize incorrectly #343

Open
jamshark70 opened this issue Nov 11, 2022 · 0 comments
Open

DPW3Tri seems to initialize incorrectly #343

jamshark70 opened this issue Nov 11, 2022 · 0 comments

Comments

@jamshark70
Copy link
Contributor

jamshark70 commented Nov 11, 2022

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:

dpw3-tri-fail

I can use LFTri for today... just reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant