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

iZotope RX: Render & Spot in Pro Tools or "Send Back" button not seeming to fire.

By Brenden @nednednerb
    2022-12-07 18:05:06.227Z

    Title

    iZotope RX: Render & Spot in Pro Tools or "Send Back" button not seeming to fire.

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

    When I hit my key trigger in iZotope RX, the Send To Pro Tools button on the clip being edited should be rendered and spotted back to Pro Tools.

    Are you seeing an error?

    plugSaveAudioSuite failed Could not find floating window for AudioSuite plugin (AxPtFirstAudioSuiteWindow

    Send-to-PT failed Could not click Send Back button iZotope RX: Render & Spot Back into Pro Tools: Line 5)

    What happens when you run this script?

    From PT, my key trigger sends the clip successfully to RX. After my edit, the key trigger to send the clip back to PT seems to do nothing at all. I end up having to click the Send to Pro Tools button manually, then the render button, then closing the audiosuite window for RX 10 Connect.

    At the instant of manually closing the audiosuite window, I get the errors in my log appear on screen. It seems like the Macro I run might wait and suddenly catches up but couldn't do what it should have in time so the errors appear.

    How were you running this script?

    I used a keyboard shortcut within the target app

    How important is this issue to you?

    4

    Details

    {
        "inputExpected": "When I hit my key trigger in iZotope RX, the Send To Pro Tools button on the clip being edited should be rendered and spotted back to Pro Tools.",
        "inputIsError": true,
        "inputError": "plugSaveAudioSuite failed Could not find floating window for AudioSuite plugin (AxPtFirstAudioSuiteWindow\n\nSend-to-PT failed Could not click Send Back button iZotope RX: Render & Spot Back into Pro Tools: Line 5)",
        "inputWhatHappens": "From PT, my key trigger sends the clip successfully to RX. After my edit, the key trigger to send the clip back to PT seems to do nothing at all. I end up having to click the Send to Pro Tools button manually, then the render button, then closing the audiosuite window for RX 10 Connect.\n\nAt the instant of manually closing the audiosuite window, I get the errors in my log appear on screen. It seems like the Macro I run might wait and suddenly catches up but couldn't do what it should have in time so the errors appear.",
        "inputHowRun": {
            "key": "-Mpfwh4RkPLb2LPwjePT",
            "title": "I used a keyboard shortcut within the target app"
        },
        "inputImportance": 4,
        "inputTitle": "iZotope RX: Render & Spot in Pro Tools or \"Send Back\" button not seeming to fire."
    }

    Source

    //Macro converted to script
    
    
    //Calling command "iZotope RX: Render & Spot Back into Pro Tools" from package "undefined" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/-LBuxGOleJlHe49Mn9gQ/clbcipox70000vz101743ha3z")
    sf.soundflow.runCommand({
        commandId: 'user:cl8pm009a0003nx10rp8wz2mv:-LCCGaRwIfn15Z7ExLP6',
        props: {}
    });
    
    sf.wait({
        intervalMs: 512,
    });
    
    //Calling command "Close First AudioSuite plugin" from package "undefined" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/claqnharn0001vz100v1ua2wy")
    sf.soundflow.runCommand({
        commandId: 'user:ckp49i4j60000a2100yfwywgf:ckydgt59600003110hy9vb7kb',
        props: {}
    });
    
    
    

    Links

    User UID: hMEBO84NZbXqVbqYJzU5ZyTNHGN2

    Feedback Key: sffeedback:hMEBO84NZbXqVbqYJzU5ZyTNHGN2:-NIhknm4At6o92o5E8GM

    Feedback ZIP

    • 0 replies