More details here:
1 Like
Hi, Very excited to see that it looks like I can send a text string from a label over OSC on this release. I’m not sure how to make the loopback specify the label widget though, and does the label widget need to have the OSCpilot/Send or does a separate button that then uses loopback? I feel like Im missing a piece of the puzzle. Thanks
You’d set the Label to whatever OSC Address you want.
/MyLabel
for example.
Then to trigger the send from a button you use the OSC Address
/MyLabel/OSCpilot/Send
1 Like
awesome thanks! I pasted the big long OSC address from resolume before /OSCpilot/Send and it worked like a charm.
Cheers!