Category - Animation
This patch allows you to define an arbitrary set of curves that are evaluated at a given time. more...
Uploaded 07 Feb 20:56
This patch generates random values in a given range.
The variability of the generated random values can be set in the patch's settings. more...
Uploaded 19 Jan 19:47
· built-in patch
This patch interpolates between two numerical values over time.
The curve used for the interpolation can be chosen among presets (linear, quadratic, exponential...) or defined manually through a cubic spline using up to 16 control points.
The duration of the interpolation and its looping mode can also be specified. more...
Uploaded 19 Jan 19:47
· built-in patch
This patch generates a low-frequency oscillation.
All the parameters of the wave used for the oscillation can be customized: type, period, phase, offset and amplitude.
The minimum and maximum values reached by the wave are defined by (offset - amplitude) and (offset + amplitude). more...
Uploaded 19 Jan 19:47
· built-in patch
A stop watch which is controlled through 3 boolean inputs: "Start", "Stop" and "Reset". When one of these inputs is set to True, the stop watch performs the corresponding action.
Stop Watch is useful to generate a time base that starts in response to an event. That time base can then be used to drive other patches.
Note that this patch uses the time passed by Quartz Composer to compute the stop watch time and not a real-time clock. more...
Uploaded 19 Jan 19:47
· built-in patch