You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everybody,
I need to dynamically change the range of the sliders and rescale the same values within that range without closing and reopening the plugin GUI in my DAW (it actually works if I do that). I have tried [gui redraw( --- [send camomile] and it works when I have to dynamically change labels but not in this case, anybody have a solution for this? Basically to dinamically update the GUI.
This could be managed by patching using simple math objects but it would be better to fix that in Camomile directly by updating the minimum and maximum values of the GUI with the message [gui redraw(.
The text was updated successfully, but these errors were encountered:
Hi, at the end I kept the sliders range the same and just rescaled their values, but would be nice to actually rescale the ranges and display the values within the new ranges. I have also noticed that midionly is not working with vst3 plugin, I have built a midi-seq but if I put midionly -true in the .txt file the plugin doesn’t work.
From the discussion by @Drugo23:
This could be managed by patching using simple math objects but it would be better to fix that in Camomile directly by updating the minimum and maximum values of the GUI with the message
[gui redraw(
.The text was updated successfully, but these errors were encountered: