<?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.combine~" module="msp" category="MC, MSP, MSP System">
	<digest>
		Combine inputs into a multichannel signal
	</digest>
	<description>
		The <o>mc.combine~</o> object combines inputs (signals, multichannel signals, floats) into one multichannel signal. Unlike <o>mc.pack~</o>, every channel of an input multichannel signal will be included in the output.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MC
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal, float">
			<digest>
				Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal, float">
			<digest>
				Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="multi-channel signal">
			<digest>
				Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="number-of-inlets" type="int" optional="1">
			<digest>
				Number of inlets
			</digest>
			<description>
				The first argument specifies the number of inlets. If no argument is present, the object will be created with two inlets.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="int">
			<arglist />
			<digest>
				Set value of signal output
			</digest>
			<description>
				An int message will set a constant value for a single channel in the output multichannel signal.
			</description>
		</method>
		<method name="float">
			<arglist />
			<digest>
				Set value of signal output
			</digest>
			<description>
				A float message will set a constant value for a single channel in the output multichannel signal.
			</description>
		</method>
		<method name="list">
			<arglist />
			<digest>
				Set values for multiple channels
			</digest>
			<description>
				A list message will set constant values for multiple channels. For instance, a list of three items will set constant values for three consecutive output channels starting at the output channel corresponding to the inlet receiving the list.
			</description>
		</method>
		<method name="mute">
			<arglist>
				<arg name="on/off-flag" type="int" optional="0" />
			</arglist>
			<digest>
				Mute output
			</digest>
			<description>
				The message <m>mute 1</m> mutes all output channels, <m>mute 0</m> unmutes all output channels.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Single-channel or multichannel signal
			</digest>
			<description>
				You can send either a single-channel or a multi-channel signal to <o>mc.combine~</o>.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="chans" get="1" set="1" type="int" size="1">
			<digest>
				Output Channels
			</digest>
			<description>
				The <at>chans</at> attribute sets a fixed number of output channels. By default <at>chans</at> is 0, meaning the number of outputs is determined by the total channel count of signals connected to the inlets of <o>mc.combine~</o>.
			</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 Channels" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="mc.pack~" />
		<seealso name="mc.unpack~" />
		<seealso name="mc.separate~" />
	</seealsolist>
</c74object>
