<?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="in~" module="msp" category="MSP Polyphony">
	<digest>
		Signal input for a patcher loaded by poly~
	</digest>
	<description>
		Use the <o>in~</o> object inside a patcher loaded by the <o>poly~</o> object to create a patcher signal inlet.
	</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>
				Dummy
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				Dummy
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				Input 1
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="inlet-number" optional="0" type="int">
			<digest>
				Signal inlet number in a <o>poly</o> object
			</digest>
			<description>
				Specifies the signal inlet number in a <o>poly</o> object. The first inlet is 1.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="comment">
			<arglist>
				<arg name="inlet-description" optional="0" type="list" />
			</arglist>
			<digest>
				Set a comment for display on <o>poly</o> object inlet mouseover
			</digest>
			<description>
				Sets a comment for display on <o>poly</o> object inlet mouseover
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Receive a signal sent to a loaded <o>poly</o> object
			</digest>
			<description>
				Receives a signal sent 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 inlet 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="in~.png" caption="Signal inlets of the poly~ object correspond to the in~ objects inside the loaded patcher" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="in" />
		<seealso name="out" />
		<seealso name="out~" />
		<seealso name="poly~" />
		<seealso name="thispoly~" />
		<seealso name="11_polychapter01" module="msp" type="tutorial" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				Each <o>in~</o> object in a patcher loaded by the <o>poly~</o> object appears as an inlet at the top of the <o>poly~</o> object. Signals received at the first message inlet of the <o>poly~</o> object are sent to the first <o>in~</o> object (i.e., the <o>in~</o>  <m>1</m> object) in the loaded patcher, and so on. The number of total inlets in a <o>poly~</o> object is determined by whether there are a greater number of <o>in~</o> or <o>in</o> objects in the loaded patch (e.g., if your loaded patcher has three <o>in~</o> objects and only two <o>in</o> objects, the <o>poly~</o> object will have three inlets, two of which will accept both signals and anything else, and a third inlet which only takes signal input).
			</description>
		</entry>
	</misc>
</c74object>
