Hi all,
I have a TouchOSC file that triggers Cuelux Pro 1.6.16 running on macOS.
I've created a layout where you can select fixtures and then adjust their position using Wheel 1 and Wheel 2 via the following OSC commands:
1. Select fixture: /fixtures/button28
2. Adjust position: /programmer/wheel1 & /programmer/wheel2
3. Select fixture: /fixtures/button29
4. Adjust position: /programmer/wheel1 & /programmer/wheel2
Issue: Incorrect Position Updates in Step 4
Status: Fixture 29 is selected.
When adjusting Wheel 1, the Pan of Fixture 29 updates correctly to the new OSC value, but the Tilt unexpectedly jumps to the last OSC value sent to Wheel 2 in step 2.
When adjusting Wheel 2, the Tilt updates correctly to the new OSC value, but the Pan unexpectedly jumps to the last OSC value sent to Wheel 1 in step 2.
Additional Notes
This issue only occurs when using OSC.
When adjusting the position manually within the Cuelux Pro software, the values update correctly.
Let me know if you need any further details!