[Dustin Ward] “Let me know if you need clarification.”
i need clarification… how did you animate the text to the audio? if you used an expression you can link expressions from a property on a layer in one comp to a property on a layer in another comp.
example – if your expression on your text layer was something like this:
thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
then you could just change ‘thisComp’ in the expression to something like this:
comp(“audio-comp”).layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
this will take the audio amplitude values from a comp named ‘audio-comp’, obviously you have your comp’s name there.
if you didn’t use expressions then i think you will want to bring the audio into each comp to work with, as dave and jacob have mentioned…
note that you can add ‘comp markers’ (not layer markers) to the audio comp’s timeline, then take that audio comp into other comps and see the markers (layer markers don’t transfer like that)… i’m not sure if that is any help to your workflow.
Kevin Camp
Senior Designer
KCPQ, KMYQ & KRCW