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

Moots: use Schmitt trigger logic to debounce #3

Closed
cosinekitty opened this issue Aug 25, 2022 · 0 comments
Closed

Moots: use Schmitt trigger logic to debounce #3

cosinekitty opened this issue Aug 25, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cosinekitty
Copy link
Owner

cosinekitty commented Aug 25, 2022

The current gate logic will not work correctly in some cases, especially if the gate input is band-limited. Gibbs rippling can cause multiple unintended toggling. Also, the threshold of 4V is too high.

Follow VCV Rack official gate voltage recommendations: use hysteresis (Schmitt trigger) to avoid unintentional rapid triggering. Turn on when gate voltage is between 1V-2V, turn off when gate voltage drops below 0.1V.

@cosinekitty cosinekitty self-assigned this Aug 25, 2022
@cosinekitty cosinekitty added the bug Something isn't working label Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant