OSC Documentation

https://docs.google.com/spreadsheets/d/13yYoxPYzPuT7u4V3vnYFDiY5ecuBh3LPUQBcY2vxp_Q/edit?usp=sharing

This is my most complete OSC Reference so far. I was not ready to release yet but since the question of OSC is once again in discussion, I decided nevertheless to share it with you.

ok, thank you. but how can we control fader 1 on bank 34 or 500 with osc?

To my knowledge there is no specific command for that. Similarly, as I explainedin the last post, one device can only have 10 playbacks active. So you can either have one device that switches to the pages you request (possible via OSC) i.e. playback fader sends page num and then modified value every time it gets modified
OR you have a series of virtual OSC devices that all have a different device spaces and allow you to call any fader at any time. The latter uses less netowrking traffic but also is a more complex solution.

I used the latter for a 50 fader MIDI controller, whose signals I received via MIDI to USB Serial, grouped into groups of 10 and then forwarded the values to the corresponding virtual OSC interface.