Issue With jumpToSong OSC command

Hi! I’m having an issue with the “/setlist/jumpToSong SongTitle” OSC command. I can’t seem to make it jump to the songs I type in the SongTitle part of it. The only song I’ve been able to make work is a song called “Wired”. Probably not a coincidence that it’s just a one word song. Every other song I’ve tried in the set, nothing happens. Not sure what I’m doing wrong with typing it out. Hopefully this is a simple fix! Thanks!

Hey @Ryan_Holladay, welcome to the forum!

The OSC syntax treats each word as its own argument by default, but /setlist/jumpToSong expects a single argument. To make AbleSet see your song names as a single argument, just wrap them in quotes, e.g. /setlist/jumpToSong "Song Name".

Let me know if this works for you! :slight_smile:

Hey Leo!

This worked. I was just missing the quotes :man_facepalming: Thanks for the prompt response! Can’t tell you how much Ableset has helped our live show. Thanks for all you do!

1 Like

I’m glad I could help! :slight_smile:

1 Like