Trouble with third party plugin interfacing using UI picker
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==
Chris Shaw @Chris_Shaw2025-12-08 19:39:08.581ZIn the macro editor try clicking "Pro Tools (SFX)" and change it to "Pro Tools"

Chris Shaw @Chris_Shaw2025-12-08 19:55:01.405ZThis seems to be a bug - I've logged a report to the SF team
- SIn reply toOliver_Brian⬆:SoundFlow Bot @soundflowbot
This report was now added to the internal issue tracked by SoundFlow as SF-3193
In reply toOliver_Brian⬆:Chad Wahlbrink @Chad2025-12-10 03:10:38.593ZThanks, @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):

- SIn reply toOliver_Brian⬆:SoundFlow Bot @soundflowbot
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 - SIn reply toOliver_Brian⬆:SoundFlow Bot @soundflowbot
The linked internal issue SF-3193 has been marked as Done