- edited description
- changed title to Relative mode step size for targets with discrete values not very intuitive
- marked as enhancement
Relative mode step size for targets with discrete values not very intuitive
Some FX parameters have discrete (vs. continuous) parameters, e.g. select lists. ReaLearn already has support for them and makes sure that in relative mode the configured step size is adjusted to the step size of the discrete parameter (so that only multiples of the parameter's step sizes are used to change the parameter and not just the particular step size configured by the user). However, at the moment the default step size is a fixed value that is not at all adjusted to the step size of the actual target. So it's quite likely that if you don't tune the step size parameter, a relative change won't have any effect at all (if there are very few discrete values) or a too big effect (if there are very many discrete values).
Things to do:
- A meaningful initial value conforming to exactly one step should be set whenever such a target is selected (only if auto-detect mode is enabled), mode reset is pressed or relative mode is chosen.
- If it's a non-discrete target, the current default value 0.1 should be used.
- For discrete targets, displaying the formatted parameter beside the step size input field is confusing. It should not be displayed.
Comments (9)
-
reporter -
reporter - edited description
-
reporter - edited description
-
reporter - edited description
-
reporter - edited description
-
reporter re
#126Discrete targets: Reset step size min/max value to sensitive value→ <<cset c24074dec13a>>
-
reporter re
#126Also set sensitive step size min/max value whenever target changed→ <<cset 1e9ee6c9776b>>
-
reporter re
#126Don't display discrete target value beside relative step size→ <<cset 2390b0bfb7c9>>
-
reporter - changed status to resolved
- Log in to comment