beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

SineAnim Op

Ops.Anim.SineAnim


SineAnim
Namespace: Ops.Anim

Op author: pandur

animation in the form of a sine/cosine curve (sinus/cos)




Inputs

exe (Trigger)

Executes the op

Mode index (integer /Number)
phase (Number)

Can be used to shift the animation, e.g. if you use two SineAnim-ops which should not be in sync

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

Outputs

Trigger out (Trigger)

Trigger out

result (Number)

A value cycling between -Amplitude and Amplitude

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

graph example

Open Example In Editor

Patches using SineAnim

Changelog


added Trigger out port
2019-06-21 - andro