<?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>
		Signal output for a patcher loaded by poly~
	</digest>
	<description>
		Use the <o>out~</o> object inside a patcher loaded by the <o>poly~</o> object to create a patcher signal outlet.
	</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="signal">
			<digest>
				Output 1 of Patcher
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				Output 1 of Patcher
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="outlet-number" optional="0" type="int">
			<digest>
				Signal outlet number in a <o>poly</o> object
			</digest>
			<description>
				Specifies the signal outlet number in a <o>poly</o> object. The first outlet is 1.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="comment">
			<arglist>
				<arg name="outlet-description" optional="0" 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>
		<method name="signal">
			<arglist />
			<digest>
				Output a signal to a loaded <o>poly</o> object
			</digest>
			<description>
				Outputs a signal to a loaded <o>poly</o> object.
			</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="Signal 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="poly~" />
		<seealso name="thispoly~" />
		<seealso name="11_polychapter01" module="msp" type="tutorial" />
	</seealsolist>
	<misc name="Output">
		<entry name="(patcher)">
			<description>
				Any signals received by an <o>out~</o> object in a loaded patcher appear at the signal outlet of the <o>poly~</o> object which corresponds to the number argument of the <o>out~</o> object. The signal outputs in a <o>poly~</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>
