<?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.separate~" module="msp" category="MC, MSP, MSP System">
	<digest>
		Split a multichannel signal
	</digest>
	<description>
		The <o>mc.separate~</o> object splits a multichannel signal into two or more multichannel signals with specific channel counts.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			TEXT_HERE
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="multi-channel signal">
			<digest>
				Input to Separate
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="multi-channel signal">
			<digest>
				Input to Separate
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="multi-channel signal">
			<digest>
				Separated Output
			</digest>
			<description>
				Multichannel signal output from <o>mc.separate~</o> contains a copy of the input multichannel signal divided according to the channel count arguments. The left outlet has a channel count specified by the first argument; subsequent outlets will have the remaining channels. The right outlet will have any leftover channels from the input multichannel signal.
			</description>
		</outlet>
		<outlet id="1" type="multi-channel signal">
			<digest>
				Separated Output 2 (1 Channels)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="channels per outlet" type="int" optional="1">
			<digest>
				Channel counts per outlet
			</digest>
			<description>
				Each argument to <o>mc.separate~</o> creates an outlet whose output multichannel signal will contain the number of channels specified by that argument. If no arguments are present, two oulets will be generated; the left outlet will have a multichannel signal with two channels. Any remaining channels from the input will be contained in the right outlet's multichannel signal.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Input to Separate
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="chans" get="1" set="1" type="atom" size="1">
			<digest>
				Output Channels
			</digest>
			<description>
				Sets the number of output channels in the multichannel output. If <at>chans</at> is sent to the object when audio is on, the number of output channels will not change until the audio is turned off and back on again.
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Output Channel Counts" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="mc.unpack~" />
		<seealso name="mc.combine~" />
		<seealso name="mc.deinterleave~" />
	</seealsolist>
</c74object>
