-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
request: more options for knob control #11
Comments
+1 request to add a preference to let the cursor click-and-drag be linear even for the circular knobs. |
+1, I didn't even know that the scrollwheel works on knobs since it's so small. Click and drag should refrain from jumping between values as well. |
+1 for fine mode and for linear drag. |
is scrolling over knobs already implemented? I'm unable to get it to work for me. |
Hello. I also thought the mouse scroll wheel not working, unless i use plugins with integer parameters (ladspa TAP reverb). So it works, but with quite incorrect speed. On floats it extremely slow, need about 3333 pulses per full knob revolution. Ctrl/Shift rotates it 3 times faster. Alt rotates it back. Contrary, on integers, it is too fast. 3 positions per wheel step, or 10 with modifier (so unable to select integer between 3's boundaries). Floats speed fixed to full revolution. Integer speed fixed to min-max values. |
I also found that it is possible with 'qt5ct' to decrease wheel speed from 3x to 1x (for integers). It is under 'Interface -> Scroll lines'. Fast step remains to be 10x. While this is exactly as i need, but it is not so useful, because i still need 3x scroll for texts. |
I found that, with (current) https://github.com/falkTX/Carla/blob/main/source/frontend/carla_skin.py#L600 & 601, or (2.5.8 release) /usr/share/carla/carla_skin.py lines 607 & 608, setPrecision() not used for floats, so default used from https://github.com/falkTX/Carla/blob/main/source/frontend/widgets/commondial.py#L62 . Changed 10000 to 60, i am get 20 pulses per revolution for floats. Worksforme, but still not as should, because it all still depends from mouse accel from 'qt5ct'.
|
From previous #issuecomment-2327263474 (3. Not all floats works): it can be wrong, i.e. it looks like integer. So all floats should now work. |
I'd like a modifier key that switches the scroll-wheel on knobs and parameters between being very subtle or giving a bigger change. Right now, it is very subtle, moves very slowly. There could be a preference setting for default being slow small change vs larger quicker change. Then the modifier key could be used to get the alternate behavior.
There should also be a preference to let the cursor click-and-drag be linear even for the circular knobs.
The text was updated successfully, but these errors were encountered: