Forum Replies Created

  • Christian Graupner

    April 5, 2016 at 6:16 pm in reply to: expression: evolving loop

    Hi Dan

    Curious if you do see a possibility to make this evolving fwd<>bwd loop behave like a pendulum. I mean that it speeds up exponentially ( ?) to the middle and slows down in the extremes .

    in the box below I post your code for the evolving fwd / bwd loop with the straight speed …

    segDur = 13;
    segOffset = 2;
    totalDur = segDur*2-4;

    f = timeToFrames(time);
    segNum = Math.floor(f/totalDur);
    segPhase = f%totalDur;
    if(segPhase &lt; segDur)
    framesToTime(segOffset*segNum + segPhase)
    else
    framesToTime(segOffset*segNum + 2*segDur- segPhase - 2)

  • Christian Graupner

    December 11, 2014 at 3:10 pm in reply to: After Fx Key with multiple layers

    sorry for late reply . maybe I can simplify by asking : is there a method to make a layer resistant against keying ? ( the upper layer contains the key , mid layer contains the foreground , and the lower one is the background which should remain complete). screenshots attahched thanks in advance .

    all the best
    christian

  • Christian Graupner

    May 26, 2014 at 1:14 am in reply to: expression: evolving loop

    of course it works ! in my eyes your are a genius! thank you so much..

    all the best

    christian

  • Christian Graupner

    May 24, 2014 at 8:17 pm in reply to: expression: evolving loop

    that works brilliant …. thanks so much . when you come to berlin I ll cook a meal for you 😉

    btw: would it work as ‘pingpong’ too?
    ( would run from 0 to 12, from 12reversed to 2 , then from 2 to 14 , back to 4 and so on)

    best
    christian

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