<?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="defer" module="max" category="Timing">
	<digest>
		Defer execution of a message
	</digest>
	<description>
		Defers the output of all messages sent through it to the lower priority main thread. This is most applicable when using Overdrive mode.
	</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>
				Defer a message
			</digest>
			<description>
				Same as <m>anything</m>.
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg name="input" optional="0" type="int" />
			</arglist>
			<digest>
				Defer a message
			</digest>
			<description>
				Same as <m>anything</m>.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Defer a message
			</digest>
			<description>
				Same as <m>anything</m>.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Defer a message
			</digest>
			<description>
				Same as <m>anything</m>.
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Defer a message
			</digest>
			<description>
				Reduces the priority of the message received. This allows other messages (which may be more time-critical) to execute first.
			</description>
			<discussion>
				If the message received in the inlet was triggered by a MIDI object (such as <o>notein</o>) or a timing object (such as <o>metro</o> or <o>seq</o>), and the Overdrive option is on, Max normally gives the message priority over activities that are not so critical in their timing (such as printing in the Max Console). The <o>defer</o> object removes that special priority from a message, allowing it to be superseded by messages for which precise timing is more critical. This is useful for de-prioritizing time-consuming messages which may interfere with musical rhythm, or for messages to objects that may not function well with Overdrive on.
			</discussion>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="defer.png" caption="Overdrive's priority given to MIDI or timing messages can be overridden with defer" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="deferlow" />
		<seealso name="qlim" />
		<seealso name="uzi" />
	</seealsolist>
	<misc name="Output">
		<entry name="anything">
			<description>
				Same as the input.
			</description>
		</entry>
	</misc>
</c74object>
