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

Implement shift + knob fine-tune mode #14

Open
thomasjwebb opened this issue Jul 9, 2021 · 0 comments
Open

Implement shift + knob fine-tune mode #14

thomasjwebb opened this issue Jul 9, 2021 · 0 comments

Comments

@thomasjwebb
Copy link
Member

It will need to keep track of the most recently-known knob position, then further changes would be relative, not absolute. The biggest challenge is we'll probably need to keep track of whatever the current value of the thing being changed is but not allow that to create a feedback loop. So let's say the knobMode is Volume and the value of the knob is currently 56. Hitting shift, then turning it up to 70 should change the volume to currentVolume + (70-56)/fineTuneDivider with fineTuneDivider being some number greater than 127.

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