Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Light Modulation

  • Dan Ebberts

    October 24, 2007 at 1:39 pm

    Do you want to modulate the light using the audio amplitude envelope? If so, it should be pretty easy – convert the audio to keyframes and use an expression like this on the light’s intensity:

    mult = 5;
    mult*thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”)

    The exact expression will depend on what you’re trying to do.

    Dan

  • Darby Edelen

    October 24, 2007 at 3:43 pm

    [Dan Ebberts] “mult = 5;
    mult*thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”)”

    I don’t have AE in front of my right now, but is the amplitude measured in positive values after converted to keyframes?

    Darby Edelen
    DVD Menu Artist
    Left Coast Digital
    Aptos, CA

  • Dan Ebberts

    October 24, 2007 at 3:50 pm

    Yes it is.

    Dan

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy