No internet connection
  1. Home
  2. Support

Izotope RX 12 Send Back not working

By Nathaniel Reichman @Nathaniel_Reichman
    2025-08-12 21:13:32.882Z

    Hello Soundflow: for some reason the last couple of updates of RX were compatible, but I cannot get Send Back working with RX 12. SF claims RX is not open.

    • 8 replies
    1. RX 12 is in beta so I think the SF RX package needs to be updated to reflect it

        1. Kitch Membery @Kitch2025-08-12 22:52:47.470Z

          Hi @Chris_Shaw

          Do you know if this is a script-specific issue or a general issue where sf.ui.izotope does not recognize RX 12?

          Thanks in advance.

          1. They changed the bundle id: com.izotope.RX12

      1. I was hoping to modify an existing script to get it working, but I failed! Thx in advance for work on this...

        1. In the meantime you could use something like this at the top of your script:

          const izotope = sf.ui.app('com.izotope.RX12')
          

          and anywhere in you use sf.ui.izotope you could swap in izotope

          const izotope = sf.ui.app('com.izotope.RX12')
           izotope.mainWindow.close()
          

          Just keep in mind when the iZotope package gets updated you'll want to revert back to to sf.ui.izotope in your scripts

        2. Kitch Membery @Kitch2025-08-12 22:46:16.758Z

          Thanks @Chris_Shaw,

          @Nathaniel_Reichman, as Chris mentioned, RX 12 is still in beta. But we'll endeavor to add support for the SoundFlow's iZotope RX package asap.

          I'll log this internally so that you get notified of any progress.

          1. S
            SoundFlow Bot @soundflowbot
              2025-08-12 22:47:13.252Z

              This issue is now tracked internally by SoundFlow as SF-2660