I don’t know if you have a way to do this yet but it would be amazing if you could add the “+” button that adds songs to sets in canvas. That way I don’t have to leave a canvas during a set to add a song
Hey @Jacob_Porter, if you use the latest beta version, you can open the song add dialog with a button using scripting. To do this, create a new button, set its type to “Script” and enter the following code:
sendOsc("/devices/showSongAddDialog", thisDevice);
This will make AbleSet show the dialog on the current device. Let me know if that works for you ![]()
Leo you’re the best!
It works flawlessly!