Jumping To label

I would like to create a Jumping to label for my canvas, to place close the next section label, so it shows any section I am about to jump to!

@Gerson_Benjamin_Sobe you should be able to do this already if you’d like to display the queued song and section. You could use a template like this:

Song: ${osc("/setlist/queuedName", 0)}
Section: ${osc("/setlist/queuedName", 1)}

Let me know if this helps! :slight_smile:

Edit: You can see a list of all available OSC values here: Controlling AbleSet via OSC – AbleSet

1 Like

thnak you for the reply! appreciate your work here!
by the way, do we have a way to avoid those “null” in case labels doesnt have anything to show?