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

iZotope Loudness Control "Analyze and then Render".

By Rhett Samuel Price @Rhett_Samuel_Price
    2024-04-30 16:41:09.582Z

    Title

    iZotope Loudness Control "Analyze and then Render".

    What do you expect to happen when you run the script/macro?

    For this macro, it is supposed to bring up the iZotope RX Loudness module in Audio Suite under Sound Field, set the necessary presets as needed, and then FIRST, "Analyze" the audio to obtain a base reading, and then RENDER the analyzed audio and allow you the read the final readings (iZotope has to update the module for Sonoma) before closing the plugin, or allowing you to close the plugin when it's finished. I've tried using it with only one instance and it only analyzes. With two instances, as in this case, it simply analyzes the audio again.

    Are you seeing an error?

    What happens when you run this script?

    It just repeats the "Analyze" function, but never "Renders" the audio based on the Analyzed audio. If you try to "Render" the audio only, it simply analyzes it first. You have to render again to get any results.

    How were you running this script?

    I used a Stream Deck button

    How important is this issue to you?

    5

    Details

    {
        "inputExpected": "For this macro, it is supposed to bring up the iZotope RX Loudness module in Audio Suite under Sound Field, set the necessary presets as needed, and then FIRST, \"Analyze\" the audio to obtain a base reading, and then RENDER the analyzed audio and allow you the read the final readings (iZotope has to update the module for Sonoma) before closing the plugin, or allowing you to close the plugin when it's finished. I've tried using it with only one instance and it only analyzes. With two instances, as in this case, it simply analyzes the audio again. ",
        "inputIsError": false,
        "inputWhatHappens": "It just repeats the \"Analyze\" function, but never \"Renders\" the audio based on the Analyzed audio. If you try to \"Render\" the audio only, it simply analyzes it first. You have to render again to get any results.",
        "inputHowRun": {
            "key": "-MpfwmPg-2Sb-HxHQAff",
            "title": "I used a Stream Deck button"
        },
        "inputImportance": 5,
        "inputTitle": "iZotope Loudness Control \"Analyze and then Render\"."
    }

    Source

    //Macro converted to script
    
    
    sf.keyboard.press({
        keys: "cmd+a",
    });
    
    sf.wait({
        intervalMs: 500,
    });
    
    //Calling command "Open, Render and Close AudioSuite Plugin" from package "PRO TOOLS PACKAGE"
    sf.soundflow.runCommand({
        commandId: 'user:clhiyjf6r0001e6104kxvc7io:cljo0dsdl00000o10p46c61c5',
        props: {
            category: "Sound Field",
            pluginName: "iZotope RX Loudness Control",
            processingInputMode: "EntireSelection",
            processingOutputMode: "CreateContinuousFile",
        }
    });
    
    //Calling command "Open, Render and Close AudioSuite Plugin" from package "PRO TOOLS PACKAGE"
    sf.soundflow.runCommand({
        commandId: 'user:clhiyjf6r0001e6104kxvc7io:cljo0dsdl00000o10p46c61c5',
        props: {
            category: "Sound Field",
            pluginName: "iZotope RX Loudness Control",
            processingInputMode: "EntireSelection",
            processingOutputMode: "CreateContinuousFile",
        }
    });
    
    
    

    Links

    User UID: XWbksG0UXMYCLSaHNNZ6iQHCF5P2

    Feedback Key: sffeedback:XWbksG0UXMYCLSaHNNZ6iQHCF5P2:-NwjsPakz9-MWkwWBX8f

    Feedback ZIP: DvEYIjUS0x6NtV3eSxlxqbyeYEBUK67dfVBflwXfoBgDnOQoANFS/XV+puojGyPhXzaNgmmDLIvmlBMrWzpT156ya3XcnsNvrm9P+BdDlcs5ByDqgopuh4+fYJU9IFnMLEapOIPbhMQeo8qFDev1VFrhOdfcCFw5jT0BLvPJy3tG/7EzUm3k6HtMSy3g3etO7L3/ZlVRAwxZon22KXX6KEfNZvhrYpFcEqNl9awIXPbf3+YMtIEYrMUF4V8UdU0VaufQGrhpI5P8Qr/b1GXx7IVob7Abo8XC1cVaH1rNb96i6ngx1J/wya11tZPjBWFRW+2TsO35uIPyERpX491WN6SmC33qFLnwBOV0sRtNECY=

    • 0 replies