No internet connection
  1. Home
  2. How to

iZotope RX 10 Send back to Pro Tools

By Javier Quesada @Javier_Quesada
    2022-11-17 17:53:34.799Z

    Hey, anyone using @soundflowapp
    +Stream Deck with RX 10 here and where you able to get 'Render and Spot Back into ProTools' working? My script was working with RX9 but now I can't seem to get it to work with v 10. Helppp!

    Solved in post #9, click to view
    • 10 replies
    1. Kitch Membery @Kitch2022-11-17 19:51:38.164Z

      Hi @Javier_Quesada,

      Did you get the "Render and Spot Back into ProTools" command from a package in the store?

      As a first troubleshooting step try Quitting SoundFlow from the SoundFlow menu up by the clock and then reopening SoundFlow from your Applications folder.

      The next step would be to try the following script from the "Dialog Editing iZotope" package.

      var shuttleBtn = sf.ui.izotope.mainWindow.children.whoseDescription.endsWith('Main Window').first.children.whoseDescription.is("Shuttle").first;
      shuttleBtn.elementClick({}, "Could not click Send Back button");
      
      sf.wait({ intervalMs: 500 });
      
      sf.ui.proTools.appActivateMainWindow({}, "Could not activate Pro Tools");
      
      var win = sf.ui.proTools.floatingWindows.filter(function(w){ var t = w.title.value; return t.indexOf("Audio Suite: RX") == 0 && t.indexOf("Connect") >= 0 })[0];
      if (!win || !win.exists) throw "Could not find iZotope RX Connect AudioSuite window";
      
      win.buttons.whoseTitle.is("Render").first.elementClick({}, "Could not click Render");
      
      /* Uncomment to close when done
      sf.wait({ intervalMs: 100 });
      sf.ui.proTools.waitForNoModals();
      win.windowClose();
      */
      

      If this is in fact the command that you are using, please file a help issue request. Please click here to send us the information we need

      Thanks in advance.

      1. JJavier Quesada @Javier_Quesada
          2022-11-18 17:11:59.552Z

          This is in fact the script I am using, still not working.

        • In reply toJavier_Quesada:
          Curtis Macdonald @Curtis_Macdonald
            2022-11-18 00:29:18.248Z

            I believe this is the same issue I documented here: in the Dialog Editing Izotope package v 2.0.2, the Send/Return to iZotope from Pro Tools doesn't render iZotope output properly #post-5
            I found a workaround: add a little more wait time
            change line 4 to something like:

            sf.wait({ intervalMs: 1500 });
            
            1. JJavier Quesada @Javier_Quesada
                2022-11-18 17:12:54.576Z

                Thanks Curtis, I tried that but alas it is still not working. I'll try updating Pro Tools to the latest version. Runing on 2022.5.0 atm.

              • J
                In reply toJavier_Quesada:
                Javier Quesada @Javier_Quesada
                  2022-11-18 19:42:51.578Z

                  Update. I am now on Mac OS 12.6.1 and the latest versions of RX (10.2.0.1760) and PT 2022.10 and it keeps sending me and error. Attaching screenshot and the console dialog;

                  18.11.2022 13:34:33.78 [Backend]: !! Command Error: iZotope RX: Render & Spot Back into Pro Tools [user:ckw5euymk00023r1021hoeefr:clamw9jfy00012210lsclsg1r]:
                  Could not click Send Back button (iZotope RX: Render & Spot Back into Pro Tools: Line 3)
                  ClickButtonAction requires UIElement

                  1. Hi Javier,

                    We're currently working on this issue (SF-693). We'll update this thread when we have news

                  2. In reply toJavier_Quesada:

                    I've made an update in version 2.0.3 of the Dialog Editing iZotope package - please check if this works for you.

                    1. JJavier Quesada @Javier_Quesada
                        2022-11-19 16:07:20.095Z

                        After updating to v2.0.3 it works now. THANK YOU Christian!

                        Reply2 LikesSolution
                        1. Awesome, thank you for the quick reply :)

                      • S
                        In reply toJavier_Quesada:
                        SoundFlow Bot @soundflowbot
                          2022-11-20 19:48:52.665Z

                          This issue has been marked as Done