<?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.deinterleave~" module="msp" category="MC">
	<digest>
		Deinterleave a multichannel audio signal
	</digest>
	<description>
		The <o>mc.deinterleave~</o> object separates a multichannel signal into two or more deinterleaved multichannel signals.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP System
		</metadata>
		<metadata name="tag">
			MC
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal or multi-channel signal">
			<digest>
				Input 1
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal or multi-channel signal">
			<digest>
				input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="multi-channel signal">
			<digest>
				Deinterleaved Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="multi-channel signal">
			<digest>
				Deinterleaved Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="outputs" type="int" optional="1">
			<digest>
				Number of outlets
			</digest>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Input signal to deinterleave
			</digest>
			<description>
				A multichannel signal will be separated into two or more multichannel signals. Channels from the input will be assigned in turn to each of the output channels in left-to-right order. For example, given a 10 channel input and three outputs, the left output will contain channels 1, 4, 7, and 10 from the input; the middle output will contain channels 2, 5, and 8; and the right output will contain channels 3, 6, and 9.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="mc_channel_topology" module="core" type="vignette" />
		<seealso name="mc.interleave~" />
		<seealso name="mc.transpose~" />
		<seealso name="mc.unpack~" />
		<seealso name="mc_topic" module="topics" type="vignette" />
	</seealsolist>
</c74object>
