No internet connection
  1. Home
  2. Support

Trouble with third party plugin interfacing using UI picker

By Oliver Brian @Oliver_Brian
    2025-12-08 02:18:21.694Z

    Title

    Trouble with third party plugin interfacing using UI picker

    Content type

    macro

    Content name

    VU AUTO

    Content package

    Default Package

    Version info

    OS: macOS 15.6.0
    SoundFlow: 6.0.4
    Pro Tools: 25.10.0.144

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

    click the "auto" button inside hornet VU meter plugin

    Are you seeing an error?

    What happens when you run the macro?

    nothing happens

    How were you running this macro?

    I used a mobile device (phone / tablet) button

    How important is this issue to you?

    5

    Details

    {
        "textExpected": "click the \"auto\" button inside hornet VU meter plugin",
        "textWhatHappens": "nothing happens",
        "inputHowRun": "I used a mobile device (phone / tablet) button",
        "inputImportance": 5,
        "textTitle": "Trouble with third party plugin interfacing using UI picker"
    }

    Source

    //Macro converted to script
    
    
    sf.ui.proTools.sfx.windows.whoseTitle.is("Plug-in: HoRNetVUMeterMK4").first.mouseClickElement({
        relativePosition: {"x":577,"y":76},
        isRightClick: true,
    });
    
    
    

    Links

    User UID: xMzlWVfk8oeyXsNsqirohbs0EOV2

    Feedback Key: sffeedback:xMzlWVfk8oeyXsNsqirohbs0EOV2:-OfvkAFRQWjGxJQu3QiJ

    Feedback ZIP: BaajZnpK5i7lN0l5DCRJ9XmO2GMa7hYWMy51nqax6vu6XD+MFPQRg9xl1gGC5y/cY5b7TqoXd4QvSXAdje/2H4iqbzNSy+Z3GHVhQGJ04L+ryCmzTNr0JjZWw7JrkL7T6ElxZdMV+Ejmb6d6rJ5H7wsZY1fzehtpIzLsgWkfdb+JLXg0ZCD0umNBi3Dbwqv2ZdjGCF0IleA74QC/XmAf8Bvxa1bVYTsdqmbUcQMGVCo5coU7sZLJlgoazZGRFmf044lnCdZUW95nbyRHfXO9PPd0cQqpLok8TZrE+Q8+PYhnjFjheJcSMx6zhZzXyN/slOAd/ljwb5de96c+UGHqYg==

    • 6 replies
    1. In the macro editor try clicking "Pro Tools (SFX)" and change it to "Pro Tools"

      1. This seems to be a bug - I've logged a report to the SF team

      2. S
        In reply toOliver_Brian:
        SoundFlow Bot @soundflowbot
          2025-12-10 03:07:14.854Z

          This report was now added to the internal issue tracked by SoundFlow as SF-3193

          1. In reply toOliver_Brian:
            Chad Wahlbrink @Chad2025-12-10 03:10:38.593Z

            Thanks, @Oliver_Brian and @Chris_Shaw,

            Yes, we are tracking this issue internally. This post should be updated, and you should be notified once we have an update.

            For now, the work around is to add method:"MouseSimulation" like this:

            
            sf.ui.proTools.sfx.windows.whoseTitle.is("Plug-in: HoRNetVUMeterMK4").first.mouseClickElement({
                relativePosition: {"x":577,"y":76},
                isRightClick: true,
                method:"MouseSimulation",
            });
            

            Or via the macro Advanced Properties (accessible by click the gear icon):

            1. S
              In reply toOliver_Brian:
              SoundFlow Bot @soundflowbot
                2025-12-15 10:14:34.155Z

                Linked issue SF-3193 updated: This issue should be fixed in SoundFlow 6.0.9 which is available now as a manual download from:
                https://soundflow.org/account/downloads

                1. S
                  In reply toOliver_Brian:
                  SoundFlow Bot @soundflowbot
                    2025-12-15 10:14:38.277Z

                    The linked internal issue SF-3193 has been marked as Done