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
Describe the bug In mode 0 (lpf), VA1Pole has a DC offset equal to its feedback coefficient at its output.
To Reproduce Evaluate each example and observe the posted values.
{ VA1Pole.ar(Silent.ar, 500, MouseY.kr(-0.99, 0.99), 0).poll * 0 }.play // lpf { VA1Pole.ar(Silent.ar, 500, MouseY.kr(-0.99, 0.99), 1).poll * 0 }.play // hpf
Expected behavior If any DC offset is present at the output of VA1Pole, it will be quite small, as in the HPF example above.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Wow - nice catch. Thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In mode 0 (lpf), VA1Pole has a DC offset equal to its feedback coefficient at its output.
To Reproduce
Evaluate each example and observe the posted values.
Expected behavior
If any DC offset is present at the output of VA1Pole, it will be quite small, as in the HPF example above.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: