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

Change key on Waves Tune plugin on 5 vocal mics

By Clint Coates @Clint_Coates
    2023-10-04 19:41:31.016Z

    Title

    Change key on Waves Tune plugin on 5 vocal mics

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

    I am trying to recall a preset in a plugin. My goal is to be able to change the key on the Waves Tune Real-Time plugin on all 5 of our vocal mics.

    Are you seeing an error?

    What happens when you run this script?

    I cant even pull up the plugin on the track. I used many default macros but it won't pull the plugin up

    How were you running this script?

    I used a keyboard shortcut within the target app

    How important is this issue to you?

    5

    Details

    {
        "inputExpected": "I am trying to recall a preset in a plugin. My goal is to be able to change the key on the Waves Tune Real-Time plugin on all 5 of our vocal mics. ",
        "inputIsError": false,
        "inputWhatHappens": "I cant even pull up the plugin on the track. I used many default macros but it won't pull the plugin up",
        "inputHowRun": {
            "key": "-Mpfwh4RkPLb2LPwjePT",
            "title": "I used a keyboard shortcut within the target app"
        },
        "inputImportance": 5,
        "inputTitle": "Change key on Waves Tune plugin on 5 vocal mics"
    }

    Source

    //Macro converted to script
    
    
    sf.app.launch({
        path: "/Applications/Pro Tools.app",
    });
    
    //Calling command "Open Insert by Plugin Name" from package "Pro Tools" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/clcf936ky0000l110ggp9f9bf")
    sf.soundflow.runCommand({
        commandId: 'user:ckp49i4j60000a2100yfwywgf:ckftmxoe70002vz10iugti4kc',
        props: {
            track: sf.ui.proTools.trackGetByName({ name: "Clint", makeVisible: true }).track,
            pluginName: "WTR",
        }
    });
    
    /* sf.ui.proTools.trackGetByName({ name: "Clint", makeVisible: true }).track.trackInsertToggleShow({
        insertNumber: 3,
        targetValue: "Toggle",
    }); */
    
    /* sf.ui.proTools.audioSuiteOpenPlugin({
        category: "Pitch Shift",
        name: "Waves Tune Real-Time Mono",
    }); */
    
    /* //Calling command "Select Preset in Open Plugin" from package "Pro Tools" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/clcf936ky0000l110ggp9f9bf")
    sf.soundflow.runCommand({
        commandId: 'user:ckp49i4j60000a2100yfwywgf:cl5crrgoj00007710rrc3c9t1',
        props: {
            presetPath: ["Song 1"],
        }
    }); */
    
    /* (throw 'context missing').trackInsertSelectPreset(); */
    
    
    

    Links

    User UID: N1cE7B5a7LQmcMSginahk7pVN6p1

    Feedback Key: sffeedback:N1cE7B5a7LQmcMSginahk7pVN6p1:-NfwCPrIiUIn63Kv1MYU

    Feedback ZIP: NxsMJjmABCH4erGIbKyaHr6oB7WlqoGPk+6zA0090r/N3ujJuql/wnP+pSedhUGQTdSI97nFBXlYF5fouYnjp4BzuqEbhSpnjhMa8lf5B6o7u56u73FcegjOy3GTt4pARtqTytJArIp/DlrwYLDOG06QvYwpwUjSJ8ufXCB6Y9iK3aQzP/v9R7WxcvgxxpOwXZXIBaIn8yzPDXebHxL7YAmVXv9NP25fJknBOWwBpcxqrEzOjXpPo4z2FSMDFNtRcEbgWkV0m5nb9NGNb9tNrlRPj9HI+MChqfDWxTJUNILvt1zAVv5eNVrePe6IiFqNvAGV8fA6QslGCmvr2KB9lA==

    • 0 replies