> 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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to