-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
discretely valued effect parameter knobs #8756
Comments
Commented by: daschuer I do not like the idea to have an extra parameter type apart from buttons and knobs. The prepared solution for it is CONTROL_KNOB_STEPPING:
This ControlHint, allows to make labeled scale on the knob or a value display as requested here. We have only not managed to make a widget for it. |
Commented by: ronso0 I'll join in to push this idea! I imagine that it's kind of hard to implement: first press Echo's 'Sync' button then adjust a stepped Potmeter to set the delay to 1, 1/2, 1/4 of a beat. |
Commented by: ronso0 Btw: Isn't that the way way some of those fancy (Pioneer?) mixers handle it? |
Commented by: ronso0 Done. Must have mixed those two up. |
Commented by: ronso0 some thoughts on the widget implementation: 1 traditional knob with free pointer position
2 new knob widget that snaps to notches
For both versions, both notches and arc segments could accept clicks for easy adjustment. |
With #11041 I saw LV2 parameter knobs where the displayed value would always snap to integers (range was something like 1-8 IIRC), though I don't remember which effect in particular I tested. Though I can't find any related implementation of |
A first step is #11061 which makes knobs with |
Reported by: Be-ing
Date: 2017-01-13T08:19:29Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1656225
It would be helpful to create a new type of effect parameter for adjusting discrete values. The first use case that comes to mind is selecting a number of beats for tempo synced effects (refer to Bug #9763). Because many controllers would control these parameters with continuous potentiometer knobs, it would be helpful to map the range of discrete values to the range of a continuous knob. Instead of a knob showing in the skins, only the exact value would be shown. If the value is less than 1, it should probably be shown as a fraction (for example, 1/8 beat) rather than a number with a decimal point.
The text was updated successfully, but these errors were encountered: