No internet connection
  1. Home
  2. Macro and Script Help

Select RX Spectral Repair Attenuate band & Direction of Interpolation.

By Jason Freeman @Jason_Freeman
    2022-05-06 18:16:23.279Z

    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

    Feedback ZIP

    • 3 replies
    1. J
      Jason Freeman @Jason_Freeman
        2022-05-19 03:31:19.139Z

        Any ideas on how to make this function?

        1. In reply toJason_Freeman:

          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.

          1. JJason Freeman @Jason_Freeman
              2022-08-11 18:00:45.896Z

              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!