TimelineValue Op
Animate and get value at "time" of timeline
Summary (oneliner)
<p>Allows you to animate a simple value for use with other ops. Use the timeline to keyframe the animation and attach the output to another op you wish to animate. Useful for reusing values or using a single timeline to animated multiple ops.</p> <p>To sync with other animations, be sure to use <a href="/op/Ops.TimeLine.TimeLineTime">Ops.TimeLine.TimeLineTime</a> . You can also use other ways to animate the time value to playback your keyframes but this is not recommended at the moment.</p>
- Ops.TimeLine.TimelineValue
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch TimelineValue
INPUT PORTS
<p>value at "time" in the op's animated timeline</p>
<i>integer</i>
)OUTPUT PORTS
<p>all keys in timeline as array2x [time,value,time,value,time,value]</p>