Izotope RX Preset Switching

Hey all!

I use a ton of keycommands in Izotope RX 10 and have also turned some of them into keystroke-based macros to trigger on my Streamdeck (mostly opening modules or rendering them).
However the one thing that would be super useful is to have a way to switch module presets in RX based on a streamdeck button. So if in the module Spectral Repair I have 4 typical modes I use it, that I can just have it switch preset and render the module in one Macro based on a Streamdeck Trigger.
Does anyone have any advice on how to approach a macro like that in RX?
Is there a smart way to check if a module is still open?
Also what’s the best way to navigate RX pop-up windows? Would a click first and then click on found image with the name of the preset make most sense? That’s the main thing I can think of, but I think there might be a better way.
Would love any input on this!

Thanks!

I have a macro that switches modules using Applescript. I'm out of the country at the moment but can post it tomorrow or Friday.

1 Like

That sounds perfect! Thanks so much!

Here you go:

Select Module.kmmacros (29 KB)

Macro screenshot

It uses this subroutine to gather the module names:

Get Items from Menu Path.kmmacros (40 KB)

Macro screenshot

2 Likes

Hey, thanks so much!
I’m trying to get it to work but keep running into this issue:

I’ve already changed the RX in applications to RX10, but cannot seem to find what’s happening.
When I look at the variables everything seems to look good, so it’s just in that selection process after.

Very new to AppleScript - any advice?

Do you think with this workaround I can just create a click on image type preset switcher? Now that the module opening/closing is automatable? I saw this - and trying to recreate the same thing in KM where possible. https://www.youtube.com/watch?v=14Pt-c4RdL0

Here's a slightly different version that removes a couple of potential points of failure:

Select Module.kmmacros (31 KB)

Macro screenshot

For presets, try this. Change the image in the green action to a screenshot of the preset name in the dropdown:

Select Preset.kmmacros (77 KB)

Macro screenshot

1 Like

This works like a charm!
Thanks for thinking along - much appreciated!

1 Like