jit.qball
Description
The jit.qball object places all messages received at scheduler time in the low priority queue, even if overdrive is turned off.
Examples

Discussion
This is useful for event synchronization and/or graceful data rate reduction (e.g. drop video frames, or drawing commands in the event that they may not be rendered as fast as requested).
Arguments
None.
Attributes
mode [symbol]
The means of handling multiple messages prior to being serviced by the low priority queue (default = usurp)
= multiple messages replace one another;
= multiple messages accumulate;
Common Box Attributes
Messages
bang
If mode = , and the low priority queue has not yet serviced the last received message, it will be replaced by the most recently received message.
If mode = , then the most recently received message will be placed in the low priority queue without affecting previously received messages.
int
If mode = , and the low priority queue has not yet serviced the last received message, it will be replaced by the most recently received message.
If mode = , then the most recently received message will be placed in the low priority queue without affecting previously received messages.
float
If mode = , and the low priority queue has not yet serviced the last received message, it will be replaced by the most recently received message.
If mode = , then the most recently received message will be placed in the low priority queue without affecting previously received messages.
list
If mode = , and the low priority queue has not yet serviced the last received message, it will be replaced by the most recently received message.
If mode = , then the most recently received message will be placed in the low priority queue without affecting previously received messages.
anything
If mode = , and the low priority queue has not yet serviced the last received message, it will be replaced by the most recently received message.
If mode = , then the most recently received message will be placed in the low priority queue without affecting previously received messages.
defer
usurp
See Also
Name | Description |
---|---|
jit.qfaker | |
Tutorial 16: Using Named Jitter Matrices | Tutorial 16: Using Named Jitter Matrices |