Send two osc messages for two different apps with same button

Hi.

I'm trying to use Open Stage Control to control two apps at the same time : Resolume and Gig Performer. I'm able to control GP next (or previous) song with a button. Same thing with Resolume, but I need to do it with the SAME button. It seems that only one osc command and one port is allowed with your widgets. Can you help ? Thanks a lot.

Hi Eric,

You can use the script property to send multiple OSC commands.

// target, address, midiChannel, midiAddress, midiValue
send("midi:NAMEOFMIDIPORT", "/control", 1, 1, 1)

Cheers,
DMDComposer

Thank you, it works.

1 Like