OSC Course and Fine Wheel Control

Has anyone managed to get Course and Fine encoder wheel control working over OSC?

I'm specifically using touchOSC for my layout and can't get the control I want. I wondered if there is a way to switch between modes and possibly set a custom sensitivity for each?

Any advice is appreciated, cheers

  • I have managed to do this on many projects. You can switch between modes and also control the level of sensitivity. sending /eos/wheel 1 to the eos enables fine mode and /eos/wheel 0 coarse mode. I have a toggle button that transmits that and a label that listens to /eos/out/wheel to display the current mode.
    When transmitting wheel or parameter info the value you transmit is the coarse setting. You are probably transmitting a 1 with each "click" of the wheel. If you want a finer encoder make the number smaller. You should be able to transmit a +-0.5 instead of a 1. I haven't tried that one lately but should work. You can also go bigger than 1 on the encoder to get a coarse encoder.
Related