<?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="begin~" module="msp" category="MSP Routing">
	<digest>
		Define a switchable part of a signal network
	</digest>
	<description>
		<b>The begin~ object is OBSOLETE. For controlling audio processing in a patcher, please use the poly~ object.</b> The <o>begin~</o> designated the beginning portion of a signal network that could be turned off when not needed. The outlet of <o>begin~</o> was connected to the signal inlet of another object to define the beginning of a signal network that would eventually pass through a <o>gate~</o> or <o>selector~</o>. This feature became obsolete in Max 6 and <o>begin~</o> no longer does anything at all.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Connect to Objects to Turn On and Off
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="OBJARG_NAME" type="OBJARG_TYPE" optional="0">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="begin~.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="selector~" />
		<seealso name="gate~" />
	</seealsolist>
	<discussion>
		One <o>begin~</o> can be used for each <o>gate~</o> or selector~ signal inlet. When the signal coming into gate~ or selector~ is shut off, no processing occurs in any of the objects in the signal network between the <o>begin~</o> and the <o>gate~</o> or <o>selector~</o>.
	</discussion>
	<misc name="Output">
		<entry name="signal">
			<description>
				A constant signal of <m>0</m> used to designate the beginning portion of a signal network that will be turned off whenever used in tandem with <o>gate~</o> and <o>selector~</o> objects.
			</description>
		</entry>
	</misc>
</c74object>
