rotary's with large value ranges? #726
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
On FX plugins I usually use the vernier mode for finetuning with cmd or alt on the knob while mousewheeling, it depends on the plugin manufacturer. There's a velocity mode in the JUCE slider class : setVelocityBasedMode setVelocityModeParameters I'll check if it's already implemented in Ctrlr, if it's missing I'll add it for you in the next release, just confirm if it's what you'd need. |
Beta Was this translation helpful? Give feedback.
Ctrlr has:
Which corresponds to :
void Slider::setVelocityModeParameters (
double | sensitivity = 1.0,
int | threshold = 1,
double | offset = 0.0,
bool | userCanPressKeyToSwapMode = true,
ModifierKeys::F…