SOLVED: Send to another ip port

In Bitwig I can define a script (DrivenByMoss) with IP and port.
To do this, I set the IP address for "send", in my case 192.168.178.12:8000
Bildschirmfoto 2024-05-04 um 12.51.13

To make it work in the widget, I set the address in the osc section.
Bildschirmfoto 2024-05-04 um 12.52.33

This works well so far.

Now I could define a second script in Bitwig with an ip address 192.168.178.12:8001. There is the same widget address, only with a different function. (address = /action/1 )

Where in the widget can I define whether port 8000 or 8001 is addressed?

I have also tried to enter several ip:port addresses under "send" in the "Open Stage Control", but I can't figure out the syntax.
What is the best way to realize this?

I found the solution: Set "ignoreDefaults" to true and the target ip:port and it works.

Bildschirmfoto 2024-05-04 um 14.30.44

2 Likes