How to make the knob act like a pitch bend wheel,When the mouse is released, return to the initial position?
-
How to make the knob act like a pitch bend wheel,When the mouse is released, return to the initial position?
-
@CatABC I can't find it now but if you search the forum I posted a mod wheel and pitch wheel style slider example several years ago.
-
@CatABC turns out I can find it... https://forum.hise.audio/topic/579/pitch-and-mod-wheel-display?_=1734351548717
-
@d-healey Yes, I tried this, but there is no pitch change to the sound when using the mouse, I tried a lot but I can't find the reason
-
@CatABC Did you use Christoph's code from that thread that includes sending the controller message?
-
@d-healey Yes, in onController, also changed Message.getControllerNumber() == 128 to 129
-
@CatABC In the mouse callback as Christoph shows
-
@d-healey 我找到原因了,我应该更改OnInit中的129为128
-
@d-healey I'm sorry I got it wrong.