No internet connection
  1. Home
  2. Support

Auto Align Marco inconsistently renders the plugin.

By Stephanie Brown @Stephanie_Brown
    2025-07-13 23:43:10.541Z

    Title

    Auto Align Marco inconsistently renders the plugin.

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

    This macro is supposed to phase align between microphones. I expect the plug in to analyze and then render the plugin.

    Are you seeing an error?

    What happens when you run this script?

    It will do the analysis but 50/50 whether it will then render. Sometimes I have to run it twice to get it to render.

    How were you running this script?

    I used a Stream Deck button

    How important is this issue to you?

    4

    Details

    {
        "inputExpected": "This macro is supposed to phase align between microphones. I expect the plug in to analyze and then render the plugin.",
        "inputIsError": false,
        "inputWhatHappens": "It will do the analysis but 50/50 whether it will then render. Sometimes I have to run it twice to get it to render.",
        "inputHowRun": {
            "key": "-MpfwmPg-2Sb-HxHQAff",
            "title": "I used a Stream Deck button"
        },
        "inputImportance": 4,
        "inputTitle": "Auto Align Marco inconsistently renders the plugin."
    }

    Source

    //Macro converted to script
    
    
    //Calling command "AudioSuite (control)" from package "AudioSuite" (installed from user/pkg/version "8Lk9YFZW3EbJKb7iO7F1FvsCcus2/ck8kanx4d000l7910huzgn7ff/cm20dxjh4000jbq1040k1s2qh")
    sf.soundflow.runCommand({
        commandId: 'user:cmcfcmonw0002tm10bm9fqhxj:ckev85aht000ews10fin6svso',
        props: {
            audioSuitePlugin: "Auto-Align Post",
            category: "Other",
            keyInput: "Auto Align Ref",
            handleLenght: "5",
            action: "AnalyseAndRender",
            pluginWindow: "KeepAlwaysOpen",
        }
    });
    
    
    

    Links

    User UID: GevRLXsZeuYuCrkgzyjTx6acQL42

    Feedback Key: sffeedback:GevRLXsZeuYuCrkgzyjTx6acQL42:-OV59wlbHi6po9V9dBMJ

    Feedback ZIP: NBKdrEhm3UB+z84Wwv09JSEmCH1wPZXw/p8mlHa/JDFSxEk9IQmJFZDOZrPzwSIGkodFqPYMJtutS89+icKP4jMekP27SxXWemC0EYVPWrtRXwUC6ij036tPurTDGxCnebHMHElKaxY8xHkos2a7wcb6S3vDBERWp2X5AeBe1M6eagYevC+c7SaKtUN9Q+Yl38QsK1yFqW7ym/nWeJ4sQCUxjuMgGyHSTz6jRTR1CkNHYt4zKGr87ZPC1CmJOktxujvyyzYdFr+8Xu2zVy/pqeM6B2JQhSZDS6OjqELbRSmLwvGu3nq3HSPdlQ/QytKIWBTXX9NVNTFqLus9AY2lAA==

    • 5 replies
    1. Kitch Membery @Kitch2025-07-17 22:27:09.391Z

      CC @Nick.Leyers, this one looks to be from your "AudioSuite" package :-)

      1. S
        In reply toStephanie_Brown:
        Stephanie Brown @Stephanie_Brown
          2025-07-17 22:40:55.797Z

          I figured it out..sometimes it was taking awhile to visualize the pieces, sometimes I would choose a long run of pieces to look at, so the render wasn't happening. Once I changed it to analyze only, wait for nodal, then render, it worked. At least, that was my work around.

          1. Here are some other streamlined ways to auto align if you're intersted:

            1. NNick Leyers @Nick.Leyers
                2025-07-22 08:45:07.066Z

                These scripts are really nice, thanks!

              • In reply toStephanie_Brown:
                SStephanie Brown @Stephanie_Brown
                  2025-07-22 16:42:14.928Z

                  Well this solution did not last long. I even rebuilt the macro using the Audiosuite control plugin. This macro was fine when running within Soundflow, but when using stream deck, same issue. I had to press the button a few times before it would actually render.