A newer version of Max is available. Click here to access the latest version of this document.

jit.qfaker

Fake queue status

Description

The jit.qfaker object will set the low priority queue status so that messages received at scheduler time can be executed at scheduler time even in the instance that Max would normally place such events on the low priority queue.

WARNING : this object must be used with caution, since it has the potential of causing tasks to execute in the hardware interrupt which are not interrupt-safe (e.g. reading/writing files, many QuickTime calls, copying video data to the screen).

Arguments

None.

Messages

bang Equivalent to anything.
int Equivalent to anything.
float Equivalent to anything.
list Equivalent to anything.
anything Any message will be immediately sent out the leftmost outlet without modification. However, the low priority queue state will be set to "on".

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.qball Convert messages at scheduler time to low priority