Changing Song in second instance by OSC

Tata, it’s working, thanks @pianopaul !

How the script looks when I add a second port? Just “127.0.01” :8002; 8004" ?

Thanks a lot"
Cheers Flodder :beers:

1 Like

Find it out myself! :blush:
Songs are now changing in instance 2 and 3, parts are untouched!
"
SendOSCMessage { /GigPerformer/SwitchToSong, GetCurrentSongName(), 0 } to “127.0.0.1”:8002
SendOSCMessage { /GigPerformer/SwitchToSong, GetCurrentSongName(), 0 } to “127.0.0.1”:8005
"