<?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="out" module="msp" category="MSP Polyphony">
	<digest>
		Message output for a patcher loaded by poly~ or pfft~
	</digest>
	<description>
		<o>out</o> defines a message outlet for a patcher loaded by <o>poly~</o> or <o>pfft~</o>.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Polyphony
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				Send Messages Out Patcher Outlet 1
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				Send Messages Out Patcher Outlet 1
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<!--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 bangs to the corresponding outlet of a <o>pfft~</o> or <o>poly~</o> object
			</digest>
			<description>
				Sends bangs out the corresponding outlet of the <o>pfft~</o> or <o>poly~</o> object in which it is embedded.
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg name="output" type="int" />
			</arglist>
			<digest>
				Send integer values to the corresponding outlet of a <o>pfft~</o> or <o>poly~</o> object
			</digest>
			<description>
				Sends integer values out the corresponding outlet of the <o>pfft~</o> or <o>poly~</o> object in which it is embedded.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="output" type="float" />
			</arglist>
			<digest>
				Send floating-point values to the corresponding outlet of a <o>pfft~</o> or <o>poly~</o> object
			</digest>
			<description>
				Sends floating-point values out the corresponding outlet of the <o>pfft~</o> or <o>poly~</o> object in which it is embedded.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="output" type="list" />
			</arglist>
			<digest>
				Send lists to the corresponding outlet of a <o>pfft~</o> or <o>poly~</o> object
			</digest>
			<description>
				Sends lists out the corresponding outlet of the <o>pfft~</o> or <o>poly~</o> object in which it is embedded.
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="output" type="list" />
			</arglist>
			<digest>
				Send input to the corresponding outlet of a <o>pfft~</o> or <o>poly~</o> object
			</digest>
			<description>
				Sends input out the corresponding outlet of the <o>pfft~</o> or <o>poly~</o> object in which it is embedded.
			</description>
		</method>
		<method name="comment">
			<arglist>
				<arg name="outlet-description" type="list" />
			</arglist>
			<digest>
				Set a comment for display on <o>poly</o> object outlet mouseover
			</digest>
			<description>
				Sets a comment for display on <o>poly</o> object outlet mouseover
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="attr_comment" get="1" set="1" type="symbol" size="1">
			<digest>
				Comment to display on mouseover
			</digest>
			<description>
				Comment to be displayed on <o>poly</o> object outlet mouseover
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Description" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="text" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="out.png" caption="Message outlets of the poly~ object correspond to the out objects inside the loaded patcher" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="in" />
		<seealso name="in~" />
		<seealso name="out" />
		<seealso name="out~" />
		<seealso name="pfft~" />
		<seealso name="poly~" />
		<seealso name="thispoly~" />
		<seealso name="11_polychapter01" module="msp" type="tutorial" />
	</seealsolist>
	<misc name="Output">
		<entry name="(patcher)">
			<description>
				Any messages received by an <o>out</o> object in a loaded patcher appear at the signal outlet of the <o>poly~</o> or <o>pfft~</o> object which corresponds to the number argument of the <o>out</o> object. The signal outputs in a <o>poly~</o> or <o>pfft~</o> object are a mix of the outputs of all instances of the patcher's outputs which correspond to that number.
			</description>
		</entry>
	</misc>
</c74object>
