No internet connection
  1. Home
  2. Macro and Script Help

Solo, Bounce Mix selected folder tracks

By Lynn Graber @Lynn_Graber
    2023-09-07 17:18:58.820Z

    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

    Feedback ZIP

    • 0 replies