Forum Replies Created

  • Daniel Walker

    October 21, 2017 at 3:51 pm in reply to: Element 3D

    Also a Music Visualizer
    https://youtu.be/R2oxSIN6rdY

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Daniel Walker

    August 15, 2017 at 4:27 pm in reply to: How to turn off and on an expression randomly

    Well still not working that Well, still too short the time , any Help with this guys?

  • Daniel Walker

    August 15, 2017 at 3:31 pm in reply to: How to turn off and on an expression randomly

    Awesome !!! I added this at the end of value and that added more time to the initial state and it is working, I know there may be a better solution but so far i can go with this thanks a lot Andrei Popa

    modulusSeven = Math.round(time%7);
    if(modulusSeven <= 5 )
    {
    minAudio = 0;
    maxAudio = 100;
    minStretch = 100;
    maxStretch = 125;
    audioLev = thisComp.layer("Sound Key 2").effect("Sound Keys")("Output 1");
    s = linear(audioLev, minAudio, maxAudio, minStretch, maxStretch);
    [s,s,s];
    //your expression here
    }
    else value + modulusSeven;

  • Daniel Walker

    August 15, 2017 at 3:15 pm in reply to: How to turn off and on an expression randomly

    it is working good but the only thing now is that it is staying 3 sec withe effect on the scale expression and like a fraction on the normal state of the scale . How can i put a time or more duration for the normal state of the scale.

  • Daniel Walker

    August 15, 2017 at 2:40 am in reply to: How to turn off and on an expression randomly

    Thank you so much for that, you are a magician. Thanks a million Andrei Popa .

  • Daniel Walker

    July 31, 2017 at 3:24 pm in reply to: How to turn off and on an expression randomly

    Hi Andrei thanks for the reply, could you show me how would it look. Thanks.

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