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

hi! im trying to have this macro commit my plugins on that track (that works great), but then i want it to move up, select that clip, copy the name of the clip, and go down and rename the clip 2 down.

By Simone Torres @Simone_Torres
    2024-01-13 07:41:32.751Z

    Title

    hi! im trying to have this macro commit my plugins on that track (that works great), but then i want it to move up, select that clip, copy the name of the clip, and go down and rename the clip 2 down. The wrong thing keeps getting renamed

    What do you expect to happen when you run the script/macro?

    hi! im trying to have this macro commit my plugins on that track (that works great), but then i want it to move up, select that clip, copy the name of the clip, and go down and rename the clip 2 down. The wrong thing keeps getting renamed

    Are you seeing an error?

    What happens when you run this script?

    Courtney Odom- 15 minutes

    How were you running this script?

    I used a Stream Deck button

    How important is this issue to you?

    5

    Details

    {
        "inputExpected": "hi! im trying to have this macro commit my plugins on that track (that works great), but then i want it to move up, select that clip, copy the name of the clip, and go down and rename the clip 2 down. The wrong thing keeps getting renamed",
        "inputIsError": false,
        "inputWhatHappens": "Courtney Odom- 15 minutes",
        "inputHowRun": {
            "key": "-MpfwmPg-2Sb-HxHQAff",
            "title": "I used a Stream Deck button"
        },
        "inputImportance": 5,
        "inputTitle": "hi! im trying to have this macro commit my plugins on that track (that works great), but then i want it to move up, select that clip, copy the name of the clip, and go down and rename the clip 2 down. The wrong thing keeps getting renamed"
    }

    Source

    //Macro converted to script
    
    
    sf.keyboard.press({
        keys: "return",
    });
    
    //Calling command "Commit..." from package "Pro Tools" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/clcf936ky0000l110ggp9f9bf")
    sf.soundflow.runCommand({
        commandId: 'user:ckp49i4j60000a2100yfwywgf:cktqgh7kv00164k10b9xodbl0#cktqch2ft000e4k10q133rt8y',
        props: {}
    });
    
    sf.keyboard.press({
        keys: "return",
    });
    
    sf.ui.proTools.waitForNoModals();
    
    sf.wait();
    
    sf.keyboard.press({
        keys: "p, p",
    });
    
    sf.ui.proTools.clipSelectNextFullClip();
    
    sf.keyboard.press({
        keys: "cmd+shift+r, cmd+a, cmd+c, return",
    });
    
    sf.wait();
    
    sf.keyboard.press({
        keys: "semicolon, semicolon",
    });
    
    sf.ui.proTools.clipSelectNextFullClip();
    
    sf.keyboard.press({
        keys: "cmd+shift+r, cmd+a, cmd+v, minus, shift+s, shift+t, return",
    });
    
    
    

    Links

    User UID: pg62anP2cydynsh5pJLiMhmycaG3

    Feedback Key: sffeedback:pg62anP2cydynsh5pJLiMhmycaG3:-No0lC8-zEOe86x9-Rv4

    Feedback ZIP: Lm2g7BX7iuAUet4+I70vY/yVtyfoA3vOxA8XnnPRSD16FGUt/5XIY0iysOgi5SZkwtcANRC0rl934o5cmletBFSBwXWTYq7HRa574CZv8qcEBmMbf9cEKY6xrD542r0+z+8sXImLG+yccFziQYqr9gtLYcrBESSB0l+7xy6yMtEK/QO81zutcoOYHagTtabqTKpwCsc6fijWLjIFl5GTJZza9tgSAckLmoia4olnKwr6jV4AKtNwGKb0bao5yZlcaIBWOIXOEqL69M0TJU4ivZvGR+mL+/PomAs66hCYybvpezLE4L0sLJ9MxKclVSjYzaYCO5u58ZWcrsRQXZwxQ7Zshf27PxqM6lXw2AYGS0g=

    • 0 replies