How to set an external OSC button

Hi there! Hope you are doing well! I just wanted to ask about a button that runs a specific OSC command.

Describe your issue here: I’m trying to send an OSC command to Resolume, and when I added theIP address and listen port, I used the “Send Destroy & Create commands” to test it and it worked perfectly, but I can’t figure out how to create a button that send that command

macOS Monterrey 12.7.6
AbleSet: 3.1.0 beta2
Ableton Live: Suite 11.3.10

Hey @Onassis,

I don’t have a lot of experience with Resolume, but assuming you named your connection “Resolume” and sending “/test 123” works as a connect or destroy command, you can send the same command from a button on your Canvas using “:Resolume/test 123”, or, if you’re using Scripting, with sendOsc(":Resolume/test", 123);. The same would also work for MIDI Mapping.

I see that this isn’t properly documented yet and will add it to the docs soon. Let me know if this helps! :slight_smile:

1 Like

It worked perfectly @leolabs! Thank you so much!