| 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.
|