No internet connection
  1. Home
  2. Packages
  3. Teezio's Plugin Loader

Teezio's Plugin Loader Will Not Operate with "Trim" Plugin

By Jordan Oorebeek @Jordan_Oorebeek
    2025-12-06 16:56:00.166Z

    Title

    Teezio's Plugin Loader Will Not Operate with "Trim" Plugin

    Content type

    macro

    Content name

    Trim

    Content package

    Default Package

    Version info

    OS: macOS 15.5.0
    SoundFlow: 6.0.5
    Pro Tools: 25.10.0.144

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

    This macro should load up the "Trim" plugin in pro tools on the selected track but for some reason it's doing nothing.

    Are you seeing an error?

    What happens when you run the macro?

    The macro for "Trim" does not load the plugin in pro tools. It works for ever other plugin macro I have set up but for some reason trim won't work.

    How were you running this macro?

    I clicked the Run Script or Run Macro button in SoundFlow

    How important is this issue to you?

    5

    Details

    {
        "textExpected": "This macro should load up the \"Trim\" plugin in pro tools on the selected track but for some reason it's doing nothing.\n\n",
        "textWhatHappens": "The macro for \"Trim\" does not load the plugin in pro tools. It works for ever other plugin macro I have set up but for some reason trim won't work.",
        "inputHowRun": "I clicked the Run Script or Run Macro button in SoundFlow",
        "inputImportance": 5,
        "textTitle": "Teezio's Plugin Loader Will Not Operate with \"Trim\" Plugin"
    }

    Source

    //Macro converted to script
    
    
    //Calling command "Teezio’s Plugin Loader" from package "Teezio's Plugin Loader" (installed from user/pkg/version "uOwKfD26NbWKAWotin3dmnSne7B3/ckkcztgjh0000jt10i9gi61i5/cm36l2eh40001bb10o0enfsyg")
    sf.soundflow.runCommand({
        commandId: 'user:clr6iv2lj0000wp10lbr2eg7h:ckkczttld0001jt10m5krbbh9',
        props: {
            pluginName: "Trim",
            pluginCatagory: "Other",
            pluginSlot: "firstFree",
            pluginType: "multi-mono plug-in",
            pluginWidth: "sameAsTrack",
            hdxString: "Native ",
        }
    });
    
    
    

    Links

    User UID: OTFaxE6KWnfYaDM61ztIg7DxQZ72

    Feedback Key: sffeedback:OTFaxE6KWnfYaDM61ztIg7DxQZ72:-Ofo_rn41TsXqvQZuESR

    Feedback ZIP: Io6YYYCNi4dHX2JaFJ/z4aOF0FIQ0gbKY9Qj5Rfq86fsd7nxG+y162j+iwKPKmzJS38yKEt0xutGi/gjpRjvGfrhy+pZv4UBgpf19nbOamwtCXJ5RHgvnRzcHtaYs652pSnS0kojZHXeRYFcOMhZOB7TooudyW0ohULZy06NryF6AhTad7cq6x9Mr8o7Vo7WOa8jFTnoy1vQJbbGy4vOQO/MAZUqy4AajYTI4DZYqCcj5JSwyFL/hikuT2gxVVnpR1nRW4tSPpi9DAIWckEykFL3T4c7hvqO+NaJKa6JRYP/ZR5o4DcCv4mEnDaAcxBu7hRQJtPFJW9eU2SU5XmKhs6NExNO6/sAvmVuNJvc9Yk=

    • 2 replies
    1. Chad Wahlbrink @Chad2025-12-06 18:03:52.940Z

      I'll CC @Kitch, who manages this package, but I'm curious if it works for you if you set Plugin Type to "Same as Track."

      I do get an error when I set this to "Multi-Mono Plugin," but I think the Trim plugin is always multi-mono, so maybe it's an anomaly with that!

      1. JJordan Oorebeek @Jordan_Oorebeek
          2025-12-06 22:46:33.643Z

          That solved it! Thank you again!