Select RX Spectral Repair Attenuate band & Direction of Interpolation.
Title
Select RX Spectral Repair Attenuate band & Direction of Interpolation.
What do you expect to happen when you run the script/macro?
I want it to click on Horizontal under the spectral repaid modual and select the band 128.
Are you seeing an error?
Says it cant open popup menu and that its not found.
It definitely clicks on the popup menu though, it just doenst select the band
What happens when you run this script?
Does everything besides select the correct band.
How were you running this script?
Other
How important is this issue to you?
3
Details
{ "inputExpected": "I want it to click on Horizontal under the spectral repaid modual and select the band 128. \n", "inputIsError": true, "inputError": "Says it cant open popup menu and that its not found. \n\nIt definitely clicks on the popup menu though, it just doenst select the band", "inputWhatHappens": "Does everything besides select the correct band. ", "inputHowRun": { "key": "-MpfwoFyZNOpBC3X5xGI", "title": "Other" }, "inputImportance": 3, "inputTitle": "Select RX Spectral Repair Attenuate band & Direction of Interpolation." }
Source
//Macro converted to script
sf.ui.izotope.windows.whoseTitle.is('Spectral Repair').first.groups.whoseDescription.is('EffectPanel Spectral Repair').first.checkBoxes.whoseDescription.is('Attenuate Direction Button Group 0').first.elementClick();
sf.ui.izotope.windows.whoseTitle.is("Spectral Repair").first.groups.whoseDescription.is("EffectPanel Spectral Repair").first.popupButtons.whoseTitle.is("Bands").first.popupMenuSelect({
menuPath: ["128"],
});
Links
User UID: 9YLA0CgicHc04bTGierepW4fjJu1
Feedback Key: sffeedback:9YLA0CgicHc04bTGierepW4fjJu1:-N1P_Zoi6o3YMGRy4jie
- In reply toJason_Freeman⬆:Christian Scheuer @chrscheuer2022-08-11 17:54:39.163Z
Hi Jason,
Popup menus aren't supported in iZotope RX for now. There are some scripts around the forum that deal with this in really complicated ways by automating keystrokes until the underlying component matches the desired value.
- JJason Freeman @Jason_Freeman
Ahhh got it. Well I guess I can leave it as is for right now. The script works up until selecting the actual band. Still saves me time, I just have to select the band myself. It throws the error message but thats fine. Thank you!