<?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.interleave~" module="msp" category="MC, MSP, MSP System">
	<digest>
		Interleave two or more multichannel signals
	</digest>
	<description>
		The <o>mc.interleave~</o> object combines two or more multichannel signals into a single multichannel signal by interleaving channels. This is useful for re-combining stereo pairs from MC sample playback objects prior to sending to <o>mc.mixdown~</o> or <o>mc.stereo~</o>.
	</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 1
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="multi-channel signal">
			<digest>
				Input 2
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="multi-channel signal">
			<digest>
				Interleaved Output
			</digest>
			<description>
				The output multichannel signal will combine two or more input signals by using channels from each inlet in order from left to right. For example, if there are two inputs A and B with four channels each, the output will have eight channels consisting of A1, B1, A2, B2, A3, B3, A4, and B4.
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="inputs" type="int" optional="1">
			<digest>
				Number of inlets (default 2)
			</digest>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Input signal to interleave
			</digest>
			<description>
				The output multichannel signal will combine two or more input signals by using channels from each inlet in order from left to right. For example, if there are two inputs A and B with four channels each, the output will have eight channels consisting of A1, B1, A2, B2, A3, B3, A4, and B4.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="mc_channel_topology" module="core" type="vignette" />
		<seealso name="mc.deinterleave~" />
		<seealso name="mc.transpose~" />
		<seealso name="mc.pack~" />
		<seealso name="mc.combine~" />
		<seealso name="mc.mixdown~" />
		<seealso name="mc_topic" module="topics" type="vignette" />
	</seealsolist>
</c74object>
