put the audioClips of stack "foo"

Sarah Reichelt sarah.reichelt at gmail.com
Wed Jul 25 18:29:12 EDT 2007


> 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