Re: How to Control Garageband With Applescript
Re: How to Control Garageband With Applescript
- Subject: Re: How to Control Garageband With Applescript
- From: "email@hidden" <email@hidden>
- Date: Thu, 14 Jan 2010 21:40:23 -0800
From the GarageBand dictionary:
play (verb)Start playing the song. (from GarageBand Suite)
Description
direct parameter required reference the object for the command
Basically you need to address a specific song, so
play song 1
should work.
Have you looked at the Garage Band dictionary?
In Script Editor select "Open Dictionary" from the file menu.
Ed
On Jan 14, 2010, at 8:08pm, blake t wrote:
>
> I've tried the following code but only thing that happens is
> garageband activates but doesn't play.
>
> tell application "GarageBand"
> activate
> play
> end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden