<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="jit.qfaker" module="jit" category="Jitter Utilities">
	<digest>
		Fake queue status
	</digest>
	<description>
		Use the <o>jit.qfaker</o> object to 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.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Utilities
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="OUTLET_TYPE">
			<digest>
				dumpout
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="OBJARG_NAME" type="OBJARG_TYPE" optional="0">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="bang">
			<arglist />
			<digest>
				Send the bang out the left outlet with no modification immediately
			</digest>
			<description>
				the bang will be immediately sent out the leftmost outlet without modification. However, the low priority queue state will be set to &quot;on&quot;.
			</description>
		</method>
		<method name="int">
			<arglist />
			<digest>
				Send the number out the left outlet with no modification immediately
			</digest>
			<description>
				The number will be immediately sent out the leftmost outlet without modification. However, the low priority queue state will be set to &quot;on&quot;.
			</description>
		</method>
		<method name="float">
			<arglist />
			<digest>
				Send the number out the left outlet with no modification immediately
			</digest>
			<description>
				The number will be immediately sent out the leftmost outlet without modification. However, the low priority queue state will be set to &quot;on&quot;.
			</description>
		</method>
		<method name="list">
			<arglist />
			<digest>
				Send the list out the left outlet with no modification immediately
			</digest>
			<description>
				The list will be immediately sent out the leftmost outlet without modification. However, the low priority queue state will be set to &quot;on&quot;.
			</description>
		</method>
		<method name="anything">
			<arglist />
			<digest>
				Send the message out the left outlet with no modification immediately
			</digest>
			<description>
				Any message will be immediately sent out the leftmost outlet without modification. However, the low priority queue state will be set to &quot;on&quot;.
			</description>
		</method>
	</methodlist>
	<jittermethodlist>
		<jittermethod name="getattributes" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.qfaker.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.qball" />
	</seealsolist>
	<discussion>
		<b>WARNING</b>: 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).
	</discussion>
</c74object>
