Forum Replies Created

Page 2 of 2
  • James Quetant

    February 13, 2014 at 9:57 pm in reply to: Hard color change by expressions

  • James Quetant

    February 13, 2014 at 9:56 pm in reply to: Hard color change by expressions

    <a href='https://images.creativecow.net/273570/screenshot2014-02-13at4.55.25pm.png'><img src='https://i1.creativecow.net/u/273570/screenshot2014-02-13at4.55.25pm.png' border='0' /></a>

  • James Quetant

    February 13, 2014 at 8:29 pm in reply to: Hard color change by expressions

    Still the same thing…

  • James Quetant

    February 13, 2014 at 8:15 pm in reply to: Hard color change by expressions

    I tried manually typing it and copy and pasting, still got the same result. I’m going to try and copy & paste the code from the site you linked

  • James Quetant

    February 13, 2014 at 7:53 pm in reply to: Hard color change by expressions

    well my maxAudio was at 70

  • James Quetant

    February 13, 2014 at 7:47 pm in reply to: Hard color change by expressions

    Hey Dan, thanks for the help so far. I tried using that expression & I still got the same response, just 1 color change and that’s it. I added 4 different values to the array

  • James Quetant

    February 13, 2014 at 6:58 pm in reply to: Hard color change by expressions

    ok. That did the hard change but it only happened once. I want the audio I’m using to drive its change, so like change to the beat.
    Now that I’m thinking about it, I would like them to change between 4 different colors. Driven by the audio

  • James Quetant

    February 13, 2014 at 6:21 pm in reply to: Hard color change by expressions

    No, actually I have the colors I want it to change to, I just want the audio to drive it.

    I can’t locate the thread right now, but the expression I followed was something like this;

    maxAudio = 70;
    minColor = [255,205,47,255]/255;
    maxColor = [213,116,45,255]/255;
    aud = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider");
    linear(aud,0,maxAudio,minColor,maxColor)

  • James Quetant

    February 13, 2014 at 6:18 pm in reply to: Hard color change by expressions

    No, actually I have the colors I want it to change to, I just want the audio to drive it.

    I can’t locate the thread right now, but the expression I followed is below. That gives the gradual change I’m talking about

    maxAudio = 70;
    minColor = [255,205,47,255]/255;
    maxColor = [213,116,45,255]/255;
    aud = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider");
    linear(aud,0,maxAudio,minColor,maxColor)

Page 2 of 2

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