Izotope RX 12 Send Back not working
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.
- Chris Shaw @Chris_Shaw2025-08-12 21:34:36.702Z
RX 12 is in beta so I think the SF RX package needs to be updated to reflect it
Chris Shaw @Chris_Shaw2025-08-12 21:34:48.824Z
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.
Chris Shaw @Chris_Shaw2025-08-12 23:01:49.751Z
They changed the bundle id:
com.izotope.RX12
- In reply toNathaniel_Reichman⬆:Nathaniel Reichman @Nathaniel_Reichman
I was hoping to modify an existing script to get it working, but I failed! Thx in advance for work on this...
Chris Shaw @Chris_Shaw2025-08-12 22:59:47.759Z
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 inizotope
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
- In reply toNathaniel_Reichman⬆: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.
- SIn reply toNathaniel_Reichman⬆:SoundFlow Bot @soundflowbot
This issue is now tracked internally by SoundFlow as SF-2660