animation in the form of a sine/cosine curve (sinus/cos)
Summary (oneliner)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
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
Patches using SineAnim
Changelog
added Trigger out port 2019-06-21 - andro |