No internet connection
  1. Home
  2. Packages
  3. Pro Tools

trying to run stock eq3 7-band from stock Pro tools Folder from stock soundflow Package

By Jonathan Johnson @Jonathan_Johnson
    2024-06-15 22:53:47.274Z

    Title

    trying to run stock eq3 7-band from stock Pro tools Folder from stock soundflow Package

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

    trying to run stock eq3 7-band from stock Pro tools Folder

    get error message says:

    EQ3 &=Band (Mono) failed

    Could not find AudioSuite plugin in menu 'AudioSuite' > 'EQ3 8-band 9mono0 ' (open,Render ec...

    Are you seeing an error?

    trying to run stock eq3 7-band from stock Pro tools Folder

    get error message says:

    EQ3 &=Band (Mono) failed

    Could not find AudioSuite plugin in menu 'AudioSuite' > 'EQ3 8-band 9mono0 ' (open,Render ec...

    What happens when you run this script?

    fails to see plug in native basic plug in

    How were you running this script?

    I clicked the "Run Script" or "Run Macro" button in SoundFlow

    How important is this issue to you?

    2

    Details

    {
        "inputExpected": "trying to run stock eq3 7-band from stock Pro tools Folder\n\nget error message says:\n\nEQ3 &=Band (Mono) failed\n\nCould not find AudioSuite plugin in menu 'AudioSuite' > 'EQ3 8-band 9mono0 ' (open,Render ec...",
        "inputIsError": true,
        "inputError": "trying to run stock eq3 7-band from stock Pro tools Folder\n\nget error message says:\n\nEQ3 &=Band (Mono) failed\n\nCould not find AudioSuite plugin in menu 'AudioSuite' > 'EQ3 8-band 9mono0 ' (open,Render ec...",
        "inputWhatHappens": "fails to see plug in native basic plug in ",
        "inputHowRun": {
            "key": "-MpfwYA4I6GGlXgvp5j1",
            "title": "I clicked the \"Run Script\" or \"Run Macro\" button in SoundFlow"
        },
        "inputImportance": 2,
        "inputTitle": "trying to run stock eq3 7-band from stock Pro tools Folder from stock soundflow Package"
    }

    Source

    //Preset converted to script
    
    
    //Invoking preset "EQ3 7-Band (Mono)" of template "Open, Render and Close AudioSuite Plugin" in package "Pro Tools"
    sf.soundflow.runCommand({
        commandId: 'user:ckp49i4j60000a2100yfwywgf:ckoo6b1uu000myj10s1rc02md',
        props: {
            category: "EQ",
            pluginName: "EQ3 7-Band (Mono)",
        },
    })
    

    Links

    User UID: nd1Ljv8IdvcMPlWQRihpRZT19jG2

    Feedback Key: sffeedback:nd1Ljv8IdvcMPlWQRihpRZT19jG2:-O-T5pWtTeDvggPIDZlR

    Feedback ZIP: 6bCSoiGfJPmz6HDhI21oJoq166ZG1rhfSQLM1g2sgy2HL3kz7F73cwYyIIUfFv2X8/xb7wjafw7U5lbrYTJW8vwsE5VwXKFNs4FlVw+nwpbwoBlJ2yjF10Knwav/aSRIW2kR/Wxhs3GbjQwY7xLDU/IDQi3pfg7VnjW34CbU7kEm8+oOGI3GyyJfbrSxYeqpRqgNVB9KT8Vb1IBdGbKIyrggIPwUVsEnX+JIEtVqFFEpkUbKWKxpe6yI9VSCOyhwGrtWpp0ivriqscT6u2YboqPqLQRI/lhm+SVe8BwzG3NK9AvYMLroMR7VYgOlXlopr1sPvgJqVtKRNPv7Dn1KzKtb9fKq183H38F1c+H4wvc=

    • 2 replies
    1. S
      SoundFlow Bot @soundflowbot
        2024-06-15 22:53:48.402Z

        Thanks for posting a question or an issue related to the 'Pro Tools' package.
        This package is made by @chrscheuer. We're auto-tagging them here so that they will hopefully be able to help you.

        1. @chrscheuer I think the AS menu has changed in the last version or two - it no longer displays "(mono)" or "(stereo)" for most plugins (although Waves still appends mono or stereo without the enclosing parenthesis.
          I had to refactor my script for converting AAX plugs to AS because of this change and used some regex to make it a bit more robust:
          "Convert" open plug in (with current settings) to the corresponding Audiosuite plugin #post-40