<?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="mcs.sig~" module="" category="">
	<digest>
		Convert numbers to audio signals (multichannel output)
	</digest>
	<description>
		Use the <o>mcs.sig~</o> object to convert a list of numbers into a multi-channel audio signal.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="float">
			<digest>
				Sets Value
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="float">
			<digest>
				Sets Value
			</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="initial-output-value" type="number" optional="1">
			<digest>
				Initial signal values
			</digest>
			<description>
				One or more numbers set the initial output signal values. The number of values entered determines the number of channels in the multi-channel output signal.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="int">
			<arglist>
				<arg name="input" optional="0" type="int" />
			</arglist>
			<digest>
				Number to be output as a <m>signal</m> 
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Number to be output as a <m>signal</m> 
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Set output values
			</digest>
			<description>
				A list sets values for each channel corresponding to the position of the number in the list.
			</description>
		</method>
		<method name="set">
			<arglist>
				<arg name="index" type="int" optional="0" />
				<arg name="value" type="float" optional="0" />
			</arglist>
			<digest>
				Set the value for each output
			</digest>
			<description>
				The message <m>set</m> followed by an int, then a float, sets the value for a specified channel in the output. The first <m>int</m> argument sets the channel. The second <m>float</m> argument sets the value for that channel. The index starts at 0 for the first channel.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Has no effect
			</digest>
			<description>
				TEXT_HERE
			</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 channels in the output multi-channel signal. If <at>chans</at> is changed while audio is on, the change takes effect after the audio is stopped and restarted.
			</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="line~" />
		<seealso name="sig~" />
		<seealso name="snapshot~" />
		<seealso name="05_mspbasicchapter04" module="msp" type="tutorial" />
		<seealso name="07_samplingchapter03" module="msp" type="tutorial" />
	</seealsolist>
	<misc name="Output">
		<entry name="multi-channel signal">
			<description>
				<o>mcs.sig~</o> outputs a multi-channel signal with the values of its arguments or the most recently received <m>int</m> or <m>float</m> in its inlets.
			</description>
		</entry>
	</misc>
</c74object>
