No internet connection
  1. Home
  2. Packages
  3. Barry Weir iZotope RX 10 Kit

Change "BW RX 10 Connect Open and Send" from mono mode to multi-input mode

By Oscar van Hoogevest @Oscar_van_Hoogevest
    2024-01-31 09:55:33.295Z

    Title

    Change "BW RX 10 Connect Open and Send" from mono mode to multi-input mode

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

    Hoi The macro sends a clip into izotope RX10

    Are you seeing an error?

    What happens when you run this script?

    I want the macro to change into the "multi-input mode" but its default is "mono-mode"

    How were you running this script?

    I used a keyboard shortcut within the target app

    How important is this issue to you?

    4

    Details

    {
        "inputExpected": "Hoi\nThe macro sends a clip into izotope RX10\n",
        "inputIsError": false,
        "inputWhatHappens": "I want the macro to change into the \"multi-input mode\" but its default is \"mono-mode\"",
        "inputHowRun": {
            "key": "-Mpfwh4RkPLb2LPwjePT",
            "title": "I used a keyboard shortcut within the target app"
        },
        "inputImportance": 4,
        "inputTitle": "Change \"BW RX 10 Connect Open and Send\" from mono mode to multi-input mode"
    }

    Source

    //Macro converted to script
    
    
    sf.ui.proTools.audioSuiteOpenPlugin({
        category: "Noise Reduction",
        name: "RX 10 Connect",
    });
    
    sf.ui.proTools.firstAudioSuiteWindow.audioSuiteSetOptions({
        processingInputMode: "ClipByClip",
        processingOutputMode: "CreateIndividualFiles",
    });
    
    sf.ui.proTools.firstAudioSuiteWindow.buttons.whoseTitle.is('Analyze').first.elementClick();
    
    
    

    Links

    User UID: Uhml9te60bW6cGMfAP18G4SyRoV2

    Feedback Key: sffeedback:Uhml9te60bW6cGMfAP18G4SyRoV2:-NpTwUd-SfIAnqXf4TRl

    Feedback ZIP: hLLuK+EXxLSKao421JOEdH3Mbc1QwPMXYU/iZTXkOUrebNdGGuReCbloFbCBpE5u4V5xxIEbSlz5VG9U0dw54+5iiwsE9JeUHMBK4f9Gjmqw/UnKgoJ3/HYFxODzZRR+clx4tREKLjaPgLO7G9mT6vi5Sp0xP1GRWSyPgIGCPjqA3nDZoWZKnp1OhXmsdoTjLyZJswnEFwMlM3mT44yPZEQbBRQ8/X4yG+Pe9blKD4YJ+ZkrBVnLCzzIyccZasIka0OJkTTHSnsM1JTCriBcDUUk/l/hWGh6Bb7zjs4t7/amlJZGseMHBcZ1ysLPmgc0Sok2bOlVqedMDPw+fpApUZeKe6N4Buvhka4PwaLvEKs=

    • 2 replies
    1. S
      SoundFlow Bot @soundflowbot
        2024-01-31 09:55:34.348Z

        Thanks for posting a question or an issue related to the 'Barry Weir iZotope RX 10 Kit' package.
        This package is made by @weirbarry. We're auto-tagging them here so that they will hopefully be able to help you.

        1. W
          Barry @weirbarry
            2024-02-02 18:09:55.389Z

            Hi Oscar, let me look into this and report back with an update. Thanks.