Button for canvas to add song that are not in the setlist (greyed out)

As the title says, maybe it’s already possible and I missed it. I have about 150 songs, I select songs that we will play before the set but if I need to add one on the fly from canvas, currently doesn’t seem possible. Same feature like the ⌘ ⇧ K button, but to add any song that was not in the current setlist (grayed out in the setlist song list).

Would be awesome for my use case! Thanks

Hey @Felix-Antoine_Berger,

you can use the /devices/showSongAddDialog OSC command to show the song add dialog you also get when pressing ⌘ K. Here’s a script example for a button that opens the dialog on the current device when pressed:

sendOsc("/devices/showSongAddDialog", thisDevice);

Hope this helps! :slight_smile: