<?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.dup~" module="msp" category="MC, MSP, MSP System">
	<digest>
		Create a multichannel signal that duplicates a single-channel input
	</digest>
	<description>
		The <o>mc.dup~</o> object creates multichannel signals from a single-channel signals by duplicating the input across all channels of the output.
	</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">
			<digest>
				input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="multi-channel signal">
			<digest>
				input duplicated
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="channel count" optional="1" type="int">
			<digest>
				Number of channels
			</digest>
			<description>
				Specify the number of channels in the duplicated multichannel output (default 2).
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Signal to be duplicated
			</digest>
			<description>
				A single-channel signal connected to the input will be duplicated across all of the <o>mc.dup~</o> object's output channels.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="chans" get="1" set="1" type="int" 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="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.resize~" />
		<seealso name="mc.channelcount~" />
		<seealso name="mc.list~" />
		<seealso name="mc.pack~" />
		<seealso name="mc.separate~" />
		<seealso name="mc.unpack~" />
	</seealsolist>
</c74object>
