No internet connection
  1. Home
  2. Support

</> iZotope rx- Render command does not work with RX9

By Ricardo Cutz @Ricardo_Cutz
    2021-10-14 17:55:03.125Z

    </> 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

    1. Open Rx 9 Connect in Pro Tools
    2. Send a sound to Rx 9 Editor using it
    3. Create a macro, add </> iZotope Rx - Render
    4. Try to use it to send the sound back to the connect and render it
    5. 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

    Feedback ZIP

    • 4 replies
    1. Kitch Membery @Kitch2021-10-14 17:56:29.394Z

      Thanks for the report Ricardo :-)

      1. In reply toRicardo_Cutz:
        Kitch Membery @Kitch2021-10-14 18:15:49.342Z

        Hi @Ricardo_Cutz

        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!

        1. RRicardo Cutz @Ricardo_Cutz
            2021-10-14 18:47:49.173Z

            Hi @Kitch it seems to work fine!! :)
            How do I do have this nice Icon you guys have? ;)

            1. Dustin Harris @Dustin_Harris
                2021-10-16 04:23:33.166Z

                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 :)