Hi,
I am trying to open make a patch that opens soundflowerbed upon starting up. I have been reading lots of posts to do with using the shell object to open a file/ file type but I don't understand how to open an application with it. I have written a very basic applescript that works fine, without me having to specify a directory etc... I was wondering if this is possible from within Max/MSP.
My Applescript looks like this:
tell application "Soundflowerbed" to activate
Any help would be appreciated