Skip (Button) to next song in Canvas

Is there a ‘SKIP’ button available for Canvas, so you can skip the next song without having to switch to the playlist?

I tried the ‘GO’ button, but it seems to function the same as PLAY, rather than skipping to the NEXT song.

I’m guessing they would look like ‘fast forward’ and ‘rewind’ to jump to the previous or next song?

Hi @Maverick!

You can actually skip the next song directly from your Canvas without switching back to the Setlist View by assigning this OSC command to a button:

/setlist/jumpBySongs [steps]

In your case, it would look like this:

/setlist/jumpBySongs 1

This command tells AbleSet to jump ahead by the given number of songs — so sending “1” will skip to the next one.

Hi @agustinvolpe !
Thank you very much! This is exactly what I was looking for!
Thank you thank you thank you! :slight_smile:

1 Like