</> iZotope rx- Render command does not work with RX9
</> iZotope rx- Render command does not work with RX9
System Information
SoundFlow 4.3.5
OS: darwin 18.7.0
ProductName: Mac OS X
ProductVersion: 10.14.6
BuildVersion: 18G103
Steps to Reproduce
- Open Rx 9 Connect in Pro Tools
- Send a sound to Rx 9 Editor using it
- Create a macro, add </> iZotope Rx - Render
- Try to use it to send the sound back to the connect and render it
- Check the log for the error
Expected Result
It sends the sound back from Izotpe editor, to the audio suite Connect plug-in, renders it and clear the buffer.
Actual Result
It give us an error - check log. And nothings happens
Workaround
Partiall with some commands sequences, but it does not clean the buffer properly after rendering the file. So it is kind of useless.
Other Notes
Please fix it!! :)
Links
User UID: rWFyEyR5LicmKWT9wjBLxTg5Ioj1
Feedback Key: sffeedback:rWFyEyR5LicmKWT9wjBLxTg5Ioj1:-MlzwM9r8F2y3Tktd1fe
- In reply toRicardo_Cutz⬆:Kitch Membery @Kitch2021-10-14 18:15:49.342Z
Until we get a chance to update the inbuilt command, one of the SoundFlow users (Dustin Harris) came up with a fix for this in the following post;
var shuttleBtn = sf.ui.app('com.izotope.RX9').invalidate().mainWindow.children.whoseDescription.contains('RX9 Main Window').first.getFirstWithDescription("Shuttle"); shuttleBtn.elementClick(); sf.ui.proTools.appActivateMainWindow(); sf.wait({ intervalMs: 750 }); var asWin = sf.ui.proTools.getAudioSuiteWindow('RX 9 Connect'); asWin.audioSuiteRender();
I am unable to test it however Dustin's scripts are usually pretty reliable :-)
Let me know if it works for you.
Rock on!
- RRicardo Cutz @Ricardo_Cutz
Hi @Kitch it seems to work fine!! :)
How do I do have this nice Icon you guys have? ;)Dustin Harris @Dustin_Harris
Hi Ricardo, try updating SoundFlow to the newest version; it adds support for RX9 and you won’t have to change your scripts as much :)