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

VA1Pole has DC == feedback coefficient at output in LPF mode #26

Open
catniptwinz opened this issue Oct 9, 2021 · 1 comment
Open

Comments

@catniptwinz
Copy link

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):

  • OS: Arch Linux (5.14.9-arch2-1)
  • Architecture: x86
  • SC Version: 3.12.1
  • PortedPlugins Version: 0.3.0d-1 (from AUR)
@madskjeldgaard
Copy link
Owner

Wow - nice catch. Thanks for reporting!

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

No branches or pull requests

2 participants