OT - Sound Editing on OSX

Ken Ray kray at sonsothunder.com
Wed Jun 19 14:02:01 EDT 2002


Cool, Scott! For future access, I have posted this workaround to the
MetaCard Tips area of my site:

     http://www.sonsothunder.com/devres/metacard/metacard.htm


Click on tip "osx002".

Thanks!

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Scott Rossi" <scott at tactilemedia.com>
To: <use-revolution at lists.runrev.com>
Sent: Wednesday, June 19, 2002 12:58 PM
Subject: Re: OT - Sound Editing on OSX


> Recently, I wrote:
>
> >> (Unfortunately OSX appears to have [yet another] bug that causes audio
> >> to cut out periodically.  sigh.)
>
> Here's one (heinous) workaround for the OSX sound drop-out issue in
MC/Rev.
> Capture the level of the beep volume, set the beep volume to a very low
> number, play a beep, and the restore the beep volume.  I'm guessing this
> works because it forces the OS play a "required" sound.  In my tests,
> setting the beep volume to 0 did not solve the problem (it must be at
least
> 10), nor did setting the system volume level.  So far, the only fix I've
> found is via the following method (there may be others):
>
> (This can be called by a resumeStack handler and/or intermittently when
the
> stack is idle)
>
> on fixAudio
>   put the beepLoudness into tLevel
>   set the beepLoudness to 10
>   beep
>   set the beepLoudness to tLevel
> end fixAudio
>
> Disclaimer: I only claimed this can work; I did not claim it was pretty.
>
> Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, Multimedia & Design
> -----
> E: scott at tactilemedia.com
> W: http://www.tactilemedia.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list