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

F2 bug - not recognizing sample rate change #67

Open
DaveBenham opened this issue May 6, 2022 · 2 comments
Open

F2 bug - not recognizing sample rate change #67

DaveBenham opened this issue May 6, 2022 · 2 comments

Comments

@DaveBenham
Copy link

Once all the parameters have been set, the cutoff frequency becomes incorrect if the VCV sample rate changes. For example, doubling the sample rate doubles the effective cutoff frequency. The problem is fixed if the frequency cutoff is modified and then reset.

F2 just needs to add sample rate change as one of the checks to determine if (something - I don't know the code) needs to be recalculated

@kockie69
Copy link
Owner

kockie69 commented May 7, 2022

Ok, looks like an easy fix. I will have a look. I was about to release a new version but will try to get this one added.

@kockie69
Copy link
Owner

kockie69 commented May 7, 2022

Sorry, I think it is more difficult, I was too optimistic.
At the moment the code is capturing the sample rate change but there is no code implemented to really handle it. I will not implement it in the new 1.2.5 release, hopefully in 1.2.6.

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