I am really impressed about the performance and the abilities in O S C!
Thank you @jean-emmanuel really great work!
I have a Mixer, which consists of 3 main busses, each is addressed by:
/busInput, /busPlayback, /busOutput
The Problem is, that it uses the same address sheme for all controls (faders, meters, tracknames, knobs, buttons, etc) depending on the previous selected bus:
ex:
/busInput
/1/volume1 (for IN-fader1)
/1/volume2 (for IN-fader2)
etc...
/busPlayback
/1/volume1 (for PB-fader1)
/1/volume2 (for PB-fader2)
etc...
/busOutput
/1/volume1 (for Out-fader1)
/1/volume2 (for Out-fader2)
etc..
But... The mixer has the possibility to assign up to 4 seperate Controllers:
Each controller can be addressed by its own sending udp port - and its own listening udp port (on the Mixer side)
So, my goal is to control all 3 busses independant, but in one json (or O S C Session).
I have created 3 Panels, each ihas a seperate target port -> Outgoing commands work.
But to be able to spread the incoming commands, (meters, tracknames, etc) i have to assign 3 seperate listenening ports - one for each bus(or panel).
Hope i described my problem clearly, for you
Or is there already a solution, to achieve this, i did not found here?
Thanky for suggestions and hints.