put the audioClips of stack "foo"

Scott Morrow scott at elementarysoftware.com
Wed Jul 25 18:53:17 EDT 2007


Amazing!  (slaps head)  It works just like other objects  :  )   Thanks.

-Scott

On Jul 25, 2007, at 3:29 PM, Sarah Reichelt wrote:

>> I'm trying to set the playLoudness of specific audioClips so as to
>> avoid setting the overall system volume.  (I'm avoiding players so as
>> to not require QT) Is there a way to determine what  audioClips  are
>> already imported into a stack?   TIA
>
> I use this section of script:
>
>         put empty into tClips
>         put the number of audioClips of this stack into tNum
>         repeat with x = 1 to tNum
>             put the short name of audioClip x of this stack & cr  
> after tClips
>         end repeat
>
> HTH,
> Sarah



More information about the use-livecode mailing list