Perform Action: Terminal/Applescript examples?

@FlorianBome

How can I trigger Perform actions using the command line from Applescript or Terminal?

The command /triggerPerform ‘perform name’ is always giving error messages.

Can you post some example, please?

Thanks!

Hi,

Triggering with AppleScript is not currently supported.

Here is an example using Terminal:

open -n -a "Bome MIDI Translator Pro" --args -triggerPerform "Test,1,2,3"

or

"/Applications/Bome MIDI Translator Pro.app/Contents/MacOS/MIDITranslatorPro" -triggerPerform "Test,1,2,3"

Here is the test project I used.

perform-test.bmtp (1.3 KB)

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

Thanks a lot Steve !!

I have post a tutorial for trigger Perform and Timers using Terminal and Applescript. I think it will be useful for other users.

Thanks again!!!

Awesome. Thanks!

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz
1 Like