<?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="mc.unpack~" module="msp" category="MC">
	<digest>
		Split a multichannel signal into single-channel signals
	</digest>
	<description>
		The <o>mc.unpack~</o> object splits a multichannel signal connected to its inlet into single-channel signals. The number of single-channel outputs is specified by its argument.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MC
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="multi-channel signal">
			<digest>
				Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="multi-channel signal">
			<digest>
				Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				Output 1
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="signal">
			<digest>
				Output 2
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="size" type="int" optional="0">
			<digest>
				Outlet count
			</digest>
			<description>
				The argument specifies the number of single-channel signal outlets.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Input multichannel signal
			</digest>
			<description>
				Connect a multichannel signal that you want to separate into single-channel signals. If the number of channels in the input multichannel signal exceeds the number of outlets in <o>mc.unpack~</o>, the extra input channels are ignored. Conversely <o>mc.unpack~</o> outputs zero signals for outlets that correspond to channels not present in the input multichannel signal.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="replicate" get="1" set="1" type="int" size="1">
			<digest>
				Replicate Inputs
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Replicate Inputs" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="mc_topic" module="topics" type="vignette" />
		<seealso name="mc_signals_newobjects" module="core" type="vignette" />
		<seealso name="join" />
		<seealso name="mc.combine~" />
		<seealso name="mc.pack~" />
		<seealso name="mc.separate~" />
		<seealso name="pack" />
		<seealso name="pak" />
		<seealso name="unjoin" />
		<seealso name="unpack" />
	</seealsolist>
</c74object>
