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

Widgets double tab input #109

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

Reinissance
Copy link

Implementation of #87.
The alertViewController generates warnings that after a quick research can be ignored, I think.

@dci-student-jordan
Copy link

In case widget.minValue and maxValue are set, the user input will be put in range. But if not, Sliders or Radios will send the input value, even though sliders range by default from 0 - 127 and Radios from 0 to number of cells -1 and the gui is set accordingly: This might accidentally cause some serious unwanted behaviour when setting a volume slider to > 127 for example...

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

Successfully merging this pull request may close these issues.

None yet

3 participants