Re: Michelle - Embedding a sound
Re: Michelle - Embedding a sound
- Subject: Re: Michelle - Embedding a sound
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 21 Feb 2001 18:23:42 -0800
On 2/21/01 3:50 PM, "Shane Stanley" <email@hidden> wrote:
>
On 22/2/01 8:34 AM +1000, Paul Berkowitz, email@hidden, wrote:
>
>
> It seems to me I read somewhere about sounds being available now, or soon,
>
> without a 3rd party osax. Since it doesn't appear in Standard Commands for
>
> AS 1.5.5 (OS 9.1), maybe I glimpsed it in "things to come in AS 1.6"?
>
>
You're probably thinking of Sound Settings, in the Scripting Additions
>
folder under 9.1. The one where:
>
>
tell application "Sound Scripting"
>
settings
>
end tell
>
>
returns --> application
:-) That's it. it didn't show up in a OneClick list just of the osaxen in
Scripting Additions folder because it's an application, not an osax.
It seems it treats all the properties of Class settings as if they were
instead properties of the application:
tell application "Sound Scripting" to get alert sounds
-- {"SimpleBeep", "ChuToy", "Glass", "Indigo", "Laugh", "Sosumi",
"Logjam", "Pong2003", "Purr", "Submarine", "Temple", "Uh oh", "Voltage",
"Whit", "Single Click"}
All the various properties should have been listed under Class application
instead.
--
Paul Berkowitz