<?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="deferlow" module="max" category="Timing">
	<digest>
		Defer the execution of a message (always)
	</digest>
	<description>
		The <o>deferlow</o> object places all incoming messages at the tail of the low priority queue. This is unlike the <b>defer</b> object, however, which places high priority messages at the front of the low priority queue, and passes low priority messages immediately. The <o>deferlow</o> object is useful to preserve message sequencing that might otherwise be reversed with the <o>defer</o> object and/or guarantee that an incoming message will be deferred to a future servicing of the low priority queue even if that message is low priority itself.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Max
		</metadata>
		<metadata name="tag">
			Timing
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				Message To Be Deferred
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				Message To Be Deferred
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				The Deferred Message
			</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>
				Pass through, deferred.
			</digest>
			<description>
				The <o>deferlow</o> object places the received message at the tail of the low priority queue for deferred execution.
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg name="value" optional="0" type="int" />
			</arglist>
			<digest>
				Pass through, deferred.
			</digest>
			<description>
				The <o>deferlow</o> object places the received message at the tail of the low priority queue for deferred execution.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="value" optional="0" type="float" />
			</arglist>
			<digest>
				Pass through, deferred.
			</digest>
			<description>
				The <o>deferlow</o> object places the received message at the tail of the low priority queue for deferred execution.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="args" optional="0" type="list" />
			</arglist>
			<digest>
				Pass through, deferred.
			</digest>
			<description>
				The <o>deferlow</o> object places the received message at the tail of the low priority queue for deferred execution.
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="args" optional="0" type="list" />
			</arglist>
			<digest>
				Pass through, deferred.
			</digest>
			<description>
				The <o>deferlow</o> object places the received message at the tail of the low priority queue for deferred execution.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="deferlow.png" caption="Prevent a stack overflow in a feedback loop with deferlow" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="defer" />
		<seealso name="delay" />
		<seealso name="qlim" />
		<seealso name="uzi" />
	</seealsolist>
	<discussion>
		Examples of high priority messages are those generated by a MIDI object (such as <o>notein</o>) or a timing object (such as <o>metro</o> or <o>seq</o>), and examples of low priority message are those generated in response to user events (such as clicking a <o>button</o>).
	</discussion>
	<misc name="Output">
		<entry name="anything">
			<description>
				Same as the input.
			</description>
		</entry>
	</misc>
</c74object>
