Re: Modifying Pitch Shift in QuickTime Player (was: no subject)
Re: Modifying Pitch Shift in QuickTime Player (was: no subject)
- Subject: Re: Modifying Pitch Shift in QuickTime Player (was: no subject)
- From: kai <email@hidden>
- Date: Thu, 14 Sep 2006 22:52:31 +0100
On 14 Sep 2006, at 19:37, Peter Baxter wrote:
The script works properly and I do have GUI scripting on, but the
slider does not move, and the pitch stays the same. I was trying a
similar idea to the section you wrote in "to shift_pitch by v" with
no result.
Works fine here, Peter - so I guess the next thing to do is compare
versions (and perhaps see if anyone else can shed any light by
testing the script on similar configurations). For various reasons,
I'm lagging slightly on updates - so here's where I am currently:
System Version: Mac OS X 10.4.6 (8I127)
AppleScript: 1.10.6
iTunes: 6.0.4
QuickTime Player: 7.1.1
System Events: 1.3.1
In case it helps, this script should gather similar info:
---------
set l to {"iTunes", "QuickTime Player", "System Events"}
repeat with i in l
set i's contents to i & ": " & (application i's version as string)
end repeat
set text item delimiters to return
set l to text from word 1 to end of (do shell script ¬
"system_profiler SPSoftwareDataType | grep 'System Version'") & ¬
{"", "AppleScript: " & (AppleScript's version as string), l}
set text item delimiters to {""}
display dialog l buttons {"Cancel", "Copy"} default button 2
set the clipboard to l
---------
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden