TouchOSC / Eos Nomad: "Plus Percent" command not working via OS

 
Hi everyone,
I’m trying to create a button in TouchOSC to increase the intensity of my current selection by 2% on Eos Nomad (PC/Mac).
I have already adjusted the {Plus%} setting to 2 in Setup > User > Manual Control, but I cannot get the OSC command to trigger it.
Here is what I have already tried without success:
  • /eos/key/plus_percent
  • /eos/at/+% (with argument 1.0)
  • /eos/cmd (with String argument "At + 2 #")
  • I also tried targeting my specific User ID: /eos/user/1/key/plus_percent
My configuration:
  • OSC RX is enabled in the Show Control settings.
  • Other basic OSC commands (like Go or Stop) are working fine, so the connection is established.
  • Does anyone know if the plus_percent key requires a specific focus or if there is a more reliable OSC address to achieve a simple "At + 2%" jump on the active selection?
Thanks for your help!

Related