Title
Render and Spot Back into ProTools not working on iZotope RX 10.2.0
What do you expect to happen when you run the script/macro?
I noticed that this script doesn't work anymore with the latest iZotope RX update ---> v10.2.0
Are you seeing an error?
Error on Line 3 of the script when I trigger it, I'm not able to recreate that at the moment because I needed to work and I uninstalled the latest RX update. I just remember it was Line 3 and I had a look at the script, maybe the change the label on the SEND BACK button
What happens when you run this script?
When I trigger this script I get an error message on Line 3 and the script doesn't work
How were you running this script?
I clicked the "Run Script" or "Run Macro" button in SoundFlow
How important is this issue to you?
3
Details
{ "inputExpected": "I noticed that this script doesn't work anymore with the latest iZotope RX update ---> v10.2.0", "inputIsError": true, "inputError": "Error on Line 3 of the script when I trigger it, I'm not able to recreate that at the moment because I needed to work and I uninstalled the latest RX update. I just remember it was Line 3 and I had a look at the script, maybe the change the label on the SEND BACK button", "inputWhatHappens": "When I trigger this script I get an error message on Line 3 and the script doesn't work", "inputHowRun": { "key": "-MpfwYA4I6GGlXgvp5j1", "title": "I clicked the \"Run Script\" or \"Run Macro\" button in SoundFlow" }, "inputImportance": 3, "inputTitle": "Render and Spot Back into ProTools not working on iZotope RX 10.2.0\n" }
Source
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();
*/
Links
User UID: 9hzeLf9Z6uYyuYaQX1IilY4YwHW2
Feedback Key: sffeedback:9hzeLf9Z6uYyuYaQX1IilY4YwHW2:-NG_egseR4K0tUk6Lxpg
- SSoundFlow Bot @soundflowbot
Thanks for posting a question or an issue related to the 'Dialog Editing iZotope' package.
This package is made by @chrscheuer. We're auto-tagging them here so that they will hopefully be able to help you.Dario Ramaglia @dario.ramaglia
I actually triggered it in anyway possibile ;)
Christian Scheuer @chrscheuer2022-11-11 07:59:41.409Z
Here's the error from the log:
09.11.2022 09:44:56.67 <info> [Backend]: !! Command Error: iZotope RX: Render & Spot Back into Pro Tools [user:cjuh7h0c70000lr102o5g680c:-LCCGaRwIfn15Z7ExLP6]: Could not click Send Back button (iZotope RX: Render & Spot Back into Pro Tools: Line 3) ClickButtonAction requires UIElement
Christian Scheuer @chrscheuer2022-11-11 07:59:59.621Z
@dario.ramaglia is this with the newest version of the Dialog Editing iZotope package?
Dario Ramaglia @dario.ramaglia
Yep, the very last, I just checked and no newer version was released
- JJavier Quesada @Javier_Quesada
Having this same issue! Script was working with RX9 but it isn't working on RX 10 now.
Cheers.- JJakub Trs @Jakub_Trs
Same here!
Christian Scheuer @chrscheuer2022-11-19 11:12:45.240Z
Thanks guys, we're working on this!
- SIn reply todario.ramaglia⬆:SoundFlow Bot @soundflowbot
This issue is now tracked internally by SoundFlow as SF-693
- In reply todario.ramaglia⬆:Christian Scheuer @chrscheuer2022-11-19 13:24:37.895Z
I've made an update in version 2.0.3 of the package - please check if this works for you.
- SIn reply todario.ramaglia⬆:SoundFlow Bot @soundflowbot
This issue has been marked as Done