Solo, Bounce Mix selected folder tracks
Title
Solo, Bounce Mix selected folder tracks
What do you expect to happen when you run the script/macro?
So, basically I want to select a range of folder tracks, hit a button and have it go through and solo and bounce mix one folder at a time through my stereo bus. Also, would be super handy to grab the name of the folder track for each bounce.
Are you seeing an error?
What happens when you run this script?
I have not run it yet because I am unsure how to grab the track name and wait for the previous bounce to finish before bouncing the next folder track.
How were you running this script?
I used a Stream Deck button
How important is this issue to you?
4
Details
{ "inputExpected": "So, basically I want to select a range of folder tracks, hit a button and have it go through and solo and bounce mix one folder at a time through my stereo bus. Also, would be super handy to grab the name of the folder track for each bounce. ", "inputIsError": false, "inputWhatHappens": "I have not run it yet because I am unsure how to grab the track name and wait for the previous bounce to finish before bouncing the next folder track. ", "inputHowRun": { "key": "-MpfwmPg-2Sb-HxHQAff", "title": "I used a Stream Deck button" }, "inputImportance": 4, "inputTitle": "Solo, Bounce Mix selected folder tracks" }
Source
//Macro converted to script
sf.ui.proTools.selectedTrack.trackSetSolo({
targetValue: "Enable",
});
//Calling command "Bounce Mix..." from package "Pro Tools" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/clcf936ky0000l110ggp9f9bf")
sf.soundflow.runCommand({
commandId: 'user:ckp49i4j60000a2100yfwywgf:cktcnf0ra000x9r109i8wen1u#cktcms2j4000h9r103zqxnmg5',
props: {}
});
sf.keyboard.press({
keys: "return",
});
sf.file.waitFor();
Links
User UID: zNchbgqMvBUNXIhmLZsA7wqfiDl1
Feedback Key: sffeedback:zNchbgqMvBUNXIhmLZsA7wqfiDl1:-Ndkdrd9QXghO_zQprnf
Linked from:
- JJudson Crane @Judson_Crane
looking for the same thing. This is pretty common in my experience here... lots of unanswered forum posts, sorry that you weren't able to get any help! I used to use "TB's Stem Bouncer" for this which is a free script, but it's not working quite right with latest versions of PT.