SineAnim Op
animation in the form of a sine/cosine curve (sinus/cos)
Summary (oneliner)
- Ops.Anim.SineAnim
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch graph example
INPUT PORTS
<p>Executes the op</p>
<i>integer</i>
)<p>Can be used to shift the animation, e.g. if you use two <code>SineAnim</code>-ops which should not be in sync. Should be an angle in radians.</p>
<p>Make it bigger than <code>1</code> to speed the animation up</p>
<p>How small / big the values can become, setting it to <code>2</code> e.g. results in an output between <code>-2</code> and <code>2</code></p>
OUTPUT PORTS
<p>Trigger out</p>
<p>A value cycling between <code>-Amplitude</code> and <code>Amplitude</code></p>