Forum Replies Created

  • Daniel Rivas

    March 16, 2021 at 6:34 pm in reply to: Mirror null group and make it independent.

    Yep that did it, thanks. I was trying that but with the coordinates that are right next to the materials which were scale 0 on all axis rather than the null coordinates themselves.

  • Daniel Rivas

    February 16, 2021 at 9:09 pm in reply to: Creating stairs over round shapes.

    Sorry about the reference pictures. Thanks for the response! I’ll give it a try, if I don’t make it I will probably be already in a correct path and figure it out, I just needed a starting point.

    Thanks Michael!

  • Daniel Rivas

    August 26, 2020 at 5:13 pm in reply to: Random value every X frames offset?

    Hey, that worked. Just changed the offset to 13.7 and the effects are now vibing with the beat.

    Thanks a lot Dan.

    period = 13.7; // frames
    offset = 13.7; // first beat relative to in point
    seed = Math.floor((timeToFrames(time-inPoint) - offset)/period);
    seedRandom(seed,true);
    random(-50,50);

  • Daniel Rivas

    August 26, 2020 at 5:09 pm in reply to: Random value every X frames offset?

    The first beat lands on the layer’s in point so I think ideally the expression should wait for the first 13 frames and then apply the random.

  • Daniel Rivas

    August 26, 2020 at 4:51 pm in reply to: Random value every X frames offset?

    Hey, thanks for the quick response. The expression still applies every half beat but I thought I’d add that i’m using this expression on a trimmed adjustment layer that lasts 109 frames. I apologize in advance if the problem has been something obvious I haven’t noticed.

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