SineAnim Op
animation in the form of a sine/cosine curve (sinus/cos)
Summary (oneliner)
Full Name
- 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
exe (Trigger)
Executes the op
Mode index (Number: integer)
phase (Number)
Can be used to shift the animation, e.g. if you use two SineAnim
-ops which should not be in sync. Should be an angle in radians.
frequency (Number)
Make it bigger than 1
to speed the animation up
amplitude (Number)
How small / big the values can become, setting it to 2
e.g. results in an output between -2
and 2
OUTPUT PORTS
Trigger out (Trigger)
Trigger out
result (Number)
A value cycling between -Amplitude
and Amplitude