-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only first FOUR Region Playlists accessible by actions. Would love to see actions for more playlists! #1822
Comments
Edit the line with |
Thanks cfillion. That worked perfectly. Thanks so much for the quick response. I bought you a coffee and donated towards SWS as well. Not a deal breaker but I'd be worried that I'd get distracted while working on a playlist and accidentally remove all of the regions then all my buttons would be wrong the next time I went to the project! Thanks again for your help! |
Thanks! Empty region playlists are outright skipped when saving the project. Deleting those without warning seems a bit surprising so I've patched it in #1823. |
I would love to be able to start more than the first four Region Playlists using actions.


Only the first four are exposed:
I want to use region playlists in a live situation and I need more than four of them. The dropdown to select them from a list is exceptionally tiny and far too close to the [-] button that will delete the current playlist with no prompt!!
I tried calling _'S&M_PLAY_RGN_PLAYLIST5' from in a ".lua" script but that didn't work (_S&M_PLAY_RGN_PLAYLIST1 to 4 does).
I would love to be able to access at least the first 20x playlists from nice big buttons on a button toolbar. It seems a lot of work has gone into the Region playlist functionality but the UI is to small to be useable in a live situation. No problem for me as long as more functionality is accessible from actions.
Is this likely to happen? Or is there a workaround I'm missing? I have a certain amount of coding ability and had a look at "SnM_RegionPlaylist.h" and "SnM_RegionPlaylist.cpp". It looks like I need to call
void PlaylistPlay(int _playlistId, int _itemId);
with a playlistId of more than 4 but I'm not sure how to!Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: