again: panning stereo sound
again: panning stereo sound
- Subject: again: panning stereo sound
- From: jean-louis valero <email@hidden>
- Date: Tue, 30 Dec 2003 09:35:09 +0100
So... Nobody can help me ?
I wrote, few days ago:
hello list
I'm a rank beginner with AppleScript , so: sorry !
I need a script to force the preference system sound to output a stereo
sound to the left or to to the right.
OK. My problem is that I need a script which will work in ALL languages
(french, english, .
I began with:
tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.sound"
end tell
(* I'm stuck now...
May be something like this ?
tell application "System Events"
tell slider ? of group ? of window ? of process "System Preferences"
set value to 0 (* left
end if
end tell
end tell
Sorry for such a misery !
Thank you for your help...
jean-louis valero
_______________________________________________
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.