Hi guys, I'm new to SF - I'm in the process of switching from Keyboard Maestro. I did some research here, but without success - I don't know what I'm doing wrong, but I can't format the following script correctly:
sf.system.execAppleScript({
script: tell application "Soundminer v5Pro" «event SNDMptch» 0.5 end tell
});
I know there's an Action now working perfectly:
sf.ui.soundminer.soundminerSetPitch({
pitch: 0.5,
});
but I'd like to implement more Apple Events in SM actually missing here.
Thanks in advance for your help.
Matteo

- Christian Scheuer @chrscheuer2022-02-24 10:45:36.133Z
Hi Matteo,
Make sure to check my Soundminer package - it has more actions, and also some examples.
I think you'll need to implement these AppleScript calls in scripts, not macros.Those scripts can though then be used in macros in return. For example, if you pin a Macro, you can drag and drop any of my Soundminer scripts into it.