Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions How to create sine curve

  • Jim Dodson

    July 1, 2005 at 6:58 pm

    Make a mask with 2 points one at the far left outside of the frame; the other far right outside — make it perfectly staright

    RENDER–>STROKE the mask (make sure you set PAINT STYLE OF STROKE to ON TRANPARENT).

    Add WAVE WARP — wave type SINE

    adjust and animate to taste using WAVE SPEED and PHASE….

  • Colin Braley

    July 2, 2005 at 4:22 am

    You could also do this via expressions and the write on effect…
    Try this expression for the brush position of the write on effect:

    //begin
    amp = 100;//Height of wave in pixels
    freq = 2;//Oscillations per sec
    beginTime = 0;//in seconds
    endTime = 5;//in seconds

    y = amp*Math.sin(freq*time*2*Math.PI) + (thisComp.height/2);

    x =linear(time, beginTime, endTime, 0, thisComp.width);

    [x,y]
    //end

    ~Colin

  • Filip Vandueren

    July 3, 2005 at 1:04 am

    If you don’t need it still and want it to animate like an oscilloscope,
    Find yourself some audio of a very deep sine wave or maybe one that is changes tune a little bit and then use the “Render->Audio Waveform” Filter.

  • Niels Bor

    July 4, 2014 at 3:29 pm

    Look at this tutorial
    https://www.youtube.com/watch?v=Ld6xcCxlCNY

    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.

  • Xavier Gomez

    July 4, 2014 at 6:40 pm

    This idea already appeared somewhere in the cow forums, but thanks for posting.

    On a side-note, it is hard to understand why the Write-on effect is so desperatingly s-l-o-w when lowering the (temporal) brush spacing. 0.001 corresponds to 1000 particles/sec, it is not that much. Paticular can handle 1000 x that and doesnt freeze like Write-on…

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