No internet connection
  1. Home
  2. How to

Execute AppleScript - Soundminer

By Matteo Milani @Matteo_Milani
    2022-02-24 08:53:34.902Z

    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

    Solved in post #2, click to view
    • 1 replies
    1. 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.

      Reply1 LikeSolution