Re: Applescript for automatically dragging a loop to the timeline

2010-06-06 Thread Krister Ekstrom
Hi, I would wait until the new os or the fix or whatever comes out. I honestly don't see the point in being able to get loops into a project, since one or 2 or however many bars the loops are are all we get. Once a loop is in the timeline, we can't see it so we can't manipulate it in any way,

Re: Applescript for automatically dragging a loop to the timeline

2010-06-06 Thread Yuma Antoine Decaux
No you are not stupid, and just as you are entitled to your opinion, i am entitled to try and find a solution. It's only advantageous to me as it allows me to learn the intricacies of not only the garage band workflow but also of applescript, which itself will lead me to figure a mental map on

Re: Applescript for automatically dragging a loop to the timeline

2010-06-06 Thread Ricardo Walker
Hi, Lol. Not really. You can extend the loops as long as you desired once your have dropped it into the timeline. You just cut and paste. Here goes a tutorial on how to do it. http://dl.dropbox.com/u/5326929/How%20to%20import%20your%20own%20samples%20into%20a%20garageband%20project.mp3 On

RE: Applescript for automatically dragging a loop to the timeline

2010-06-06 Thread Bryan Smart
Without commenting on the specific situation of copying loops in to GarageBand, just want to point out that learning AppleScript won't teach you anything about Objective-C. They're different, in practically every way. Java is more like Objective-C. Even C#.net is more like Objective-C. Bryan

Re: Applescript for automatically dragging a loop to the timeline

2010-06-06 Thread Yuma Antoine Decaux
Applescript is object oriented just as objective c is. This is how i could progress, from simple English understanding the concept of countenance and in parallel explore objective c. So yes, they are actually related to what i do, since i work on automating things at my work place and learn

RE: Applescript for automatically dragging a loop to the timeline

2010-06-06 Thread Bryan Smart
: macvisionaries@googlegroups.com [mailto:macvisionar...@googlegroups.com] On Behalf Of Yuma Antoine Decaux Sent: Monday, June 07, 2010 12:39 AM To: macvisionaries@googlegroups.com Subject: Re: Applescript for automatically dragging a loop to the timeline Applescript is object oriented just as objective c

Re: Applescript for automatically dragging a loop to the timeline

2010-06-06 Thread Yuma Antoine Decaux
I know i like confusion, it allows me to put order in it :) Cnsidering that i know 7 languages fluently, written and read, having applescript and objective c as my night table books or ipad in my case, is like strolling through another set of idions to decipher I'm sure there are myriads

Applescript for automatically dragging a loop to the timeline

2010-06-05 Thread Yuma Antoine Decaux
Hi listers, I went rapidly through the motion needed for dragging a highlighted loop into the timeline. Here is the script snippet: ttell application Extra Suites ES mouse down ES move mouse to scroll area 2 of window 1 of application Garage Band Es mouse up end tell I used the Extra suites

Re: Applescript for automatically dragging a loop to the timeline

2010-06-05 Thread clarence griffin
I would like to test this out when you get a chance... I am not at all a programmer but I will do my part to help. I don't know if its just better to wait a few days or so for the update though.. GF On Jun 5, 2010, at 3:08 AM, Yuma Antoine Decaux wrote: Hi listers, I went rapidly through