tap.applescript
Greetings,
Has anyone used tap.applescript from Tap Tools? I'm wondering about format/syntax of the scripting to make tap.applescript to work....
DAve
It should load any applescript file from your hard drive, which you could create and run with Apple's AppleScript Editor. This should be demo'd in the help patcher.
Hope this helps!
Tim
Thanks Tim
I did write an applescript, saved it on the hard drive and then was able (woohoo!!) to execute it from Max. I read in the file, sent it to tap.applescript and then triggered it with a midi note. The applescript was the standard "display dialog 'Hello World'". Hello World popped up on my screen and then..... when I clicked OK...... MAX crashed, shutting down the window and then displayed an error message.
If I try using:
script display dialog 'Hello World' and then send it to Max nothing happens. script beep 1 works really well.
Any thoughts?
Dave
Okay ..... a couple hours later
I have a script now written that is run from MAX controlling DP Digital Performer) so that I can jump from one marker to any other marker using tap.applescript. Best thing of all, MAX hasn't crashed yet!! So, I'm happy at this point!
Thanks to Tim and everyone else for your ideas and help.
Dave