CuePlayer
CuePlayer copied to clipboard
Feature request: A Cuelist gui widget
Hey, another feature request here: It would be amazing if there was a gui representation of all cues added to the cue player. I imagine some kind of playlist where the currently playing cue is highlighted and where the user can click one of the cues to play a specific one.
Thanks for the suggestion 🙂
Should be straightforward to create a GUI using multiple buttons as a grid or list and using thetrigger
method on the CuePlayer
instance. Would be interested to hear the workflow that you need this for so we can consider it for an update.
Thanks for the suggestion 🙂
Should be straightforward to create a GUI using multiple buttons as a grid or list and using the
trigger
method on theCuePlayer
instance. Would be interested to hear the workflow that you need this for so we can consider it for an update.
It was exactly something like this I had in mind. For me this would be super useful as a way to get an overview of a performance and try different, manually triggered sequences for it. An even cooler enhancement would be to have gui allow reordering the cues to accomodate this even further.
Thanks for the amazing work here by the way. I love cueplayer (hence the feature requests)