• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: QuickTime and GarageBand
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QuickTime and GarageBand


  • Subject: Re: QuickTime and GarageBand
  • From: Andrew Oliver <email@hidden>
  • Date: Tue, 30 Mar 2004 18:02:23 -0800

On 3/30/04 4:48 PM, "Dan Schmit" <email@hidden> wrote:

> 2. GarageBand isn't applescriptable

<rant>
Of course. It's an Apple signature app.

You wouldn't expect it to be scriptable, would you? None of their other
signature apps are scriptable worth a damn, so why should GarageBand be?
</rant>

> Pressing the "R" key starts GarageBand recording, so I was hoping there
> was a way for applescript to trigger that key. I

Assuming 10.3, you can try reverting to the the UI scripting hack:

tell application "System Events"
tell process "GarageBand"
keystroke "r"
end tell
end tell

A real AppleScript dictionary would make this much easier, though.

Andrew
:)

> I'm trying to find a workaround for viewing a QuickTime movie while
> recording in GarageBand. I thought about an applescript that told
> both applications to play and record (respectively) at the same time.
>
> Unfortunately, I have two things going against me....
>
> 1. I'm a total applescript newbie
>
> 2. GarageBand isn't applescriptable
>
> Pressing the "R" key starts GarageBand recording, so I was hoping there
> was a way for applescript to trigger that key. I
>
> All I've been able to muster is....
>
> tell application "GarageBand"
> activate
>
> tell application "QuickTime Player"
> activate
> play movie "kingjohn.mov"
>
> end tell
> end tell
>
>
> I know, just go buy Soundtrack.... but I'm working on a tutorial for
> teachers and I can safely assume that none of them will have money for
> soundtrack.
>
> I appreciate any help you might be able to give me.
>
> Dan Schmit
> College of Education and Human Sciences
> University of Nebraska Lincoln
> email@hidden
> _______________________________________________
> applescript-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/applescript-users
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: QuickTime and GarageBand
      • From: "John C. Welch" <email@hidden>
    • Re: QuickTime and GarageBand
      • From: "John C. Welch" <email@hidden>
References: 
 >QuickTime and GarageBand (From: Dan Schmit <email@hidden>)

  • Prev by Date: Re: do shell script curl where url must contain double quotes
  • Next by Date: Re: QuickTime and GarageBand
  • Previous by thread: QuickTime and GarageBand
  • Next by thread: Re: QuickTime and GarageBand
  • Index(es):
    • Date
    • Thread