<?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>
		Message input for a patcher loaded by poly~ or pfft~
	</digest>
	<description>
		<o>in</o> defines a message inlet 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>
				Dummy
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				Dummy
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				Input 1 to Patcher
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="inlet-number/positioning" optional="0" type="int">
			<digest>
				Inlet number
			</digest>
			<description>
				Obligatory. Each in object is identified by a unique index number which specifies which message inlet in a <o>poly~</o> or <o>pfft~</o> object it corresponds to. The first outlet is 1.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="comment">
			<arglist>
				<arg name="inlet-description" 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>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="attr_comment" get="1" set="1" type="symbol" size="1">
			<digest>
				Comment to display on mouseover
			</digest>
			<description>
				Defines the comment displayed whenever the mouse is rolled over the inlet which corresponds to the <o>in</o> of the actual <o>poly~</o> or <o>pfft~</o> object.
			</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="Message inlets of the poly~ object correspond to the in objects inside the loaded patcher" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="in~" />
		<seealso name="inlet" />
		<seealso name="out" />
		<seealso name="out~" />
		<seealso name="outlet" />
		<seealso name="pfft~" />
		<seealso name="poly~" />
		<seealso name="thispoly~" />
		<seealso name="11_polychapter01" module="msp" type="tutorial" />
	</seealsolist>
	<misc name="Output">
		<entry name="message">
			<description>
				Each <o>in</o> object in a patcher loaded by the <o>poly~</o> or <o>pfft~</o> objects appears as an inlet at the top of the object. Messages received at the first message inlet of the <o>poly~</o> or <o>pfft~</o> object are sent to the first <o>in</o> object (i.e., the <m>in 1</m> object) in the loaded patcher, and so on. The number of total inlets in a <o>poly~</o> or <o>pfft~</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 <o>poly~</o> 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>
