-
Notifications
You must be signed in to change notification settings - Fork 147
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
Release Song switcher (for live use) v1.7 #1441
Release Song switcher (for live use) v1.7 #1441
Conversation
run action markers from take markers in the current song's primary track (REAPER v6+)
You might have noticed that I rewrote some parts of the song switcher (in eel, as I don't understand LUA ) to allow for having it work in a background project. Works fine, but of course just a single "song switcher" project would be better. Maybe you might consider adding that functionality to the "main" song switcher protect, |
Do you mean like in #1442? Fixes song validation not supporting background tabs (= the song turns to red even though the track still exists). The new take action marker functionality does support background tabs. |
I am not sure. |
With that bugfix the "Switch to xyz" actions work no matter what is the current active tab. As long as the songs are themselves all in the same project. (If there are multiple project tabs with songs instead of one, changes can be done by combining with the "Reset data" action to reload the song list. Change active tab, reset song switcher data, switch song, return to previous tab. Can be wrapped in a script with |
The primary "problem" I found at that time was not about switching but about starting / stopping. Solution: using the ....Ex() API, which allow to specify the Tab to be addressed. (e.g. "Main_OnCommandEx") (Dynamically switching the active Tap and then back when a Midi Message is received seems not like a really good way.) |
run action markers from take markers in the current song's primary track (REAPER v6+)