Is there any exposed-to-scripting function that can do, in a script-triggered way, the equivalent of what the "empty loop action" CopySound and CopyTiming does? I'm specifically looking to accomplish:
1.) Copy the timing of 1 loop to another loop in the same track
2.) Copy the sound of 1 loop to another loop in the same track
3.) Copy the timing of 1 loop to a loop in a different track
I would assume if there's some script capability like:
CopyTiming <targetTrack> <targetLoop> <sourceTrack> <sourceLoop>
CopySound <targetTrack> <targetLoop> <sourceTrack> <sourceLoop>
and for both the source track + loop could be optional (chooses whatever loop the UI is currently on)
Thanks!