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

Macro For Pro Tools Group & vCA

By Josean Cruz @Josean_Cruz
    2022-12-02 02:30:39.526Z

    Title

    Macro For Pro Tools

    Group & vCA

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

    Hello guys,

    im trying to automate some actions in Pro Tools but im having some isuues. Im new in the app.

    This is the Macro that im trying to create

    Make Group + Assing ID + Assing Vca + Ok

    Thank you in advance

    Are you seeing an error?

    What happens when you run this script?

    Im looking for the right actions

    How were you running this script?

    Other

    How important is this issue to you?

    5

    Details

    {
        "inputExpected": "Hello guys,\n\nim trying to automate some actions in Pro Tools but im having some isuues. Im new in the app.\n\nThis is the Macro that im trying to create\n\nMake Group + Assing ID + Assing Vca + Ok\n\n\nThank you in advance",
        "inputIsError": false,
        "inputWhatHappens": "Im looking for the right actions",
        "inputHowRun": {
            "key": "-MpfwoFyZNOpBC3X5xGI",
            "title": "Other"
        },
        "inputImportance": 5,
        "inputTitle": "Macro For Pro Tools\n\nGroup & vCA"
    }

    Source

    //Macro converted to script
    
    
    sf.keyboard.press({
        keys: "cmd+g",
    });
    
    sf.keyboard.press({
        keys: "shift+d, r, u, m, s",
    });
    
    sf.ui.proTools.focusedWindow.popupButtons.whoseTitle.is("GroupIDView").first.mouseClickElement();
    
    
    

    Links

    User UID: yj3xdRhJSFPe9Jk88Byvh5sV6EY2

    Feedback Key: sffeedback:yj3xdRhJSFPe9Jk88Byvh5sV6EY2:-NIFeytxW0aSJz_SnJDP

    Feedback ZIP

    • 0 replies