Mouse click not working
Title
Mouse click not working
Content type
macro
Content name
logic Ch strip Piano instruments
Content package
jPMFlow
Version info
OS: macOS 15.7.3
SoundFlow: 6.1.2
Pro Tools: null
What do you expect to happen when you run the macro?
Open a new soft instrumnent, than my channel strip instruments, mouse click in the right selections, mouse click is not working
Are you seeing an error?
What happens when you run the macro?
I see a "crazy"mouse running the screen in logic
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": "Open a new soft instrumnent, than my channel strip instruments, mouse click in the right selections, mouse click is not working",
"textWhatHappens": "I see a \"crazy\"mouse running the screen in logic",
"inputHowRun": "I clicked the Run Script or Run Macro button in SoundFlow",
"inputImportance": 5,
"textTitle": "Mouse click not working"
}
Source
//Macro converted to script
sf.keyboard.press({
keys: "ctrl+cmd+shift+n",
});
sf.wait({
intervalMs: 1500,
});
sf.mouse.click({
position: {"x":135,"y":400},
});
sf.mouse.click({
position: {"x":275,"y":420},
});
sf.mouse.click({
position: {"x":505,"y":375},
});
Links
User UID: sEMv0yHxd3bYIfRjlnYDeF7AZPi2
Feedback Key: sffeedback:sEMv0yHxd3bYIfRjlnYDeF7AZPi2:-OmQlwLpp032NMWxy-p8
Feedback ZIP: fCJ9yNOOb5A9/LW4Q/1xbmcc+dI1htETzUgruPCaOadbIx4iTPryLYde4lmVNCuAi8QAuGEVv120lcSiMu2q7KNTH2YmopW9Wbv8OsH3nYxddQ1M3cwU9QKj8vamvoYEuSHJDHD2UeOV0Y/jKGGhJs8HAfk4DbcdZFREs6sFjkNXe7Z9SkuMzsUDs1ezGovHTSf++1mD7Y3NytZcg3EbdACig99kohZKM59HHU11npBH6cGz73f9PMzg/YmWJerMo9Ywp+kB5rO2QtcM2sS8JRbTstV/KvYhKHph+AXg2JqLhMKEaAI1DV+SA6zE7amMPx3bxi4nJhaz9VbgIHJVPQ==
Linked from:
In reply toJoao_p_Mendonca⬆:Kitch Membery @Kitch2026-02-27 19:39:51.561ZThanks for reaching out!
The script that you're currently using relies on keyboard and mouse simulation, which is the least reliable way of controlling an application with SoundFlow.
Are you able to provide in point form the steps that you would take for the workflow you're trying to achieve? That way, maybe I can create a script that is a little more robust. Better still, if you're able to provide a screen recording of the workflow you'd like to achieve, that would be super helpful.
- JJoao p Mendonca @Joao_p_Mendonca
it was all working perfectly 2 days ago... I did a whole deck of macros for my channel strip instruments, which is not covered in the Logic packed..
I have a gazillion channel strip instruments... you would have to write it all, and I don't want to ask you for it, but maybe one: let me try...- JJoao p Mendonca @Joao_p_Mendonca
my channel strip instruments are here:
user>music>audio music apps>Channel strip settings>Instrument
I have a
- JJoao p Mendonca @Joao_p_Mendonca
From logic window you can see it here:
Library>User channel strip settings
What I wanted to do with the macro was open a new software instrument track, open library and select my instruments I used mouse click for it, have no Idea how to do else except after the initial mouse click in user ch str settings press successions of arrows left or down to hit it.
Kitch Membery @Kitch2026-02-27 22:33:31.270ZThanks for that info. There is a similar thread about this at the following link, but I've not reviewed the code in quite some time.
When I have some time next week, I'll take another look. :-)
Please bump me in this thread next week so it stays on my radar.
- JIn reply toJoao_p_Mendonca⬆:Joao p Mendonca @Joao_p_Mendonca
Thanks kitch I'm not a script guy, tried to use Chat got for changing the pan button to stereo pan and it didn't work...
But guess what? I made a macro with mouse click and it is WOrKING!!! there's something wrong with mouse click in the library UI ... I have a work around:
every time you create a software track FROM the focus on an audio track as soon as it is created you press arrow down and the user channel strip settings are highlighted, from there I'm doing a sucession of arrows down and right, it takes more time but it works... - Progress