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

parameter input quantization #1144

Closed
catfact opened this issue Jun 24, 2020 · 1 comment
Closed

parameter input quantization #1144

catfact opened this issue Jun 24, 2020 · 1 comment
Labels
lua

Comments

@catfact
Copy link
Collaborator

@catfact catfact commented Jun 24, 2020

currently, paramset:delta is hard-coded to increment in steps of 1/100 of the range (maxval - minval), times the increment.

in scripts, its possible to scale the input to the delta arbitrarily, but in menus one is stuck with a quantum of 0.01 times the range (or 0.0005 in "fine" mode.) this is usually fine but sometimes inconvenient.

it might be nice to add an input quantum to ControlSpec, as well as an output quantum (the step field), so that this can be controlled more specifically.

@catfact catfact added the lua label Jun 24, 2020
@ngwese
Copy link
Member

@ngwese ngwese commented Jun 24, 2020

i believe i’ve run into this as well but i hadn’t yet dug into what made parameters manipulated via the menu system feel different than when manipulating within the script

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

Successfully merging a pull request may close this issue.

2 participants