<?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="pass~" module="msp" category="MSP System">
	<digest>
		Eliminate noise in a muted subpatcher
	</digest>
	<description>
		<o>pass~</o> is used above any outlet object that will handle a signal. When the audio in the subpatch is enabled, the <o>pass~</o> object will pass its input to its output. However, when the audio in the subpatch is disabled using <o>mute~</o> or the enable 0 message to <o>pcontrol</o>, <o>pass~</o> will send a zero signal out its outlet.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP System
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				(signal) Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Output
			</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-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Signal to pass to output
			</digest>
			<description>
				The signal input is passed to the object's output unless a signal network is disabled using <o>mute~</o> or the <m>enable 0</m> message sent to <o>pcontrol</o>, in which case, <o>pass~</o> ensures that the signal network to which it is attached is turned off (outputs a 0-signal).
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="pass~.png" caption="pass~ ensures that a muted signal is fully silenced" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="mute~" />
		<seealso name="pcontrol" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				When the audio in a subpatch containing <o>pass~</o> is enabled, the output is the same as the input. When the audio is disabled using <o>mute~</o> or the <m>enable 0</m> message to <o>pcontrol</o>, the output is a zero signal.
			</description>
		</entry>
	</misc>
</c74object>
