-
Notifications
You must be signed in to change notification settings - Fork 66
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
No fine-control mode for sliders in VST3 plugin interface when Shift+dragging with mouse to change values #222
Comments
This is fixed on dev/v1.0.8 and there is a beta version. |
Hi, there are still some differences between pd 0.51.4 and camomile v1.0,8. (linux 64 vst3 Camomile plugin) Linux Lubuntu 18.04.5 EDIT : in order to have integer steps with h-sliders in Camomile, I had to adjust the h-slider width to 125 (instead of 128 in pd-vanilla) |
Just to be sure, I fix it right:
This doesn't depend on the width, or the range and this is also valid for vslider, isn't it?
I think the increment is based on the value range and slider size. So I should remove 3 to the size of the slider when used to compute the value, is that it? |
Yes , it depends of the width (
I think so, but I cannot understand why. (the width of the drawn black rectangle for hslider is |
I looked at Pd code and there are left and right offsets that (I guess) give a total of 7 pixels so I used width - 7 and it seems to fix the issue. For the fine control mode, I was using 0.1 instead of 0.01, I also fixed it. The CI is running and in a few minutes, you should be able to download binaries (https://github.com/pierreguillot/Camomile/actions/runs/797107915) can you test and tell me if it works? Thank you! |
Hello, I just tried the Camomile-Linux64 artifact, but unfortunately Reaper cannot open it. I'll try on Windows asap. |
Do you have any error messages? I tried on Ubuntu 20.04 with Reaper 6.20 and it works. |
Maybe the fact that I'm on Ubuntu 18.04.5 ? |
I'll try to add a Ubuntu 18.04 VM so. |
Can you try this one https://github.com/pierreguillot/Camomile/actions/runs/809307975? Thank you! |
Yes It works. And the range and increments for sliders work perfectly. |
|
Strange, because so far I could use previous builds on ubuntu 18.04.5 |
Because it was compiled on Travis with Ubuntu 16.04. I guess the binaries were not working on Ubuntu 20.04. |
Shift + drag on a slider in a Camomile plugin's interface does not switch it to high-accuracy fine adjustment mode, as it does in Pure Data (version 0-51-1).
This can be reproduced with the Bulgroz plugin, for example.
MacOS 10.15.7
Cockos Reaper 6.19
VST3 Plugin version
The text was updated successfully, but these errors were encountered: