You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncertain what this does (never seen it used in code), but if it switches the internal pointer to the current ReaProject for functions that don't take a ReaProject as a param, maybe it could work to quickly swap to another project + back to the original hackily?
Thanks Gavin! That could be a solution. Just would need to make sure that the function doesn't do anything with the GUI, otherwise this could lead to flickering.
Thanks Gavin! That could be a solution. Just would need to make sure that the function doesn't do anything with the GUI, otherwise this could lead to flickering.
I just tested, it actually does visually swap the project tabs =/
Uncertain what this does (never seen it used in code), but if it switches the internal pointer to the current
ReaProject
for functions that don't take aReaProject
as a param, maybe it could work to quickly swap to another project + back to the original hackily?https://www.reaper.fm/sdk/reascript/reascripthelp.html#SelectProjectInstance
So maybe we can fix this ->
:(
// TODO-low reaper::InsertTrackAtIndex unfortunately doesn't allow to specify ReaProject :(
Current impl:
Naive theoretical impl (if
SelectProjectInstance
does what I hope):🙂
The text was updated successfully, but these errors were encountered: