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!
- 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.
- JJavier Quesada @Javier_Quesada
This is in fact the script I am using, still not working.
- In reply toJavier_Quesada⬆:Curtis Macdonald @Curtis_Macdonald
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 });
- JJavier Quesada @Javier_Quesada
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.
- JIn reply toJavier_Quesada⬆:Javier Quesada @Javier_Quesada
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 UIElementChristian Scheuer @chrscheuer2022-11-19 12:45:51.532Z
Hi Javier,
We're currently working on this issue (SF-693). We'll update this thread when we have news
- In reply toJavier_Quesada⬆:Christian Scheuer @chrscheuer2022-11-19 13:24:59.555Z
I've made an update in version 2.0.3 of the Dialog Editing iZotope package - please check if this works for you.
- JJavier Quesada @Javier_Quesada
After updating to v2.0.3 it works now. THANK YOU Christian!
Christian Scheuer @chrscheuer2022-11-20 13:02:12.007Z
Awesome, thank you for the quick reply :)
- SIn reply toJavier_Quesada⬆:SoundFlow Bot @soundflowbot
This issue has been marked as Done