jit.release~ Transforms matrix data into signals

Use jit.release~ to transform a stream of jitter matrices into MSP signals.

Arguments:
channels
The number of output signals. An outlet will be created for each channel and the input matrices should be composed of a separate plane for each channel.

Attributes:
Name Type Description
framesize int In some modes, the width of the output matrix. (default=320)
mode int Two different modes are possible: in mode 0, jit.release~ does no intepolation and expects to receive one sample of input for every sample it needs to output. In mode 1 the playback position within the internal buffer is smoothly adjusted based on how much data has been made available to the object.
latency float The amount of signal data, in milliseconds, that the object should internally buffer before starting playback. Low latency values will be more susceptible to clicking due to temporal perturbations in the event-based jitter network.

Example:

See Also:
jit.buffer~, jit.peek~, jit.poke~, jit.catch~, peek~, poke~