<?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="mute~" module="msp" category="MSP System">
	<digest>
		Disable signal processing in a subpatch
	</digest>
	<description>
		<o>mute~</o> provides an easy way to disable only the signal objects in a subpatcher. (An alternative is to use <o>pcontrol</o>, but this disables all objects (i.e. MIDI) and is slightly slower.)
	</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="INLET_TYPE">
			<digest>
				1 Mutes Signal Objects In patcher, 0 Unmutes
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				1 Mutes Signal Objects In patcher, 0 Unmutes
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				Connect To patcher
			</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="int">
			<arglist>
				<arg name="behaviorial-flag" optional="0" type="int" />
			</arglist>
			<digest>
				Enable/disable processing in connected subpatchers
			</digest>
			<description>
				1 turns off the signal processing in all objects contained in the subpatch connected to the <o>mute~</o> object's outlet, 0 turns it back on.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="enable-flag" optional="0" type="int" />
				<arg name="subpatcher-flag" optional="0" type="int" />
			</arglist>
			<digest>
				Enable/disable processing in subpatchers of connected subpatchers
			</digest>
			<description>
				Sending the list <m>1 1</m> to the <o>mute~</o> object will mute any subpatchers of the <o>patcher</o> object to which the message is sent. Similarly, sending the list <m>0 1</m> to the <o>mute~</o> object will unmute any subpatchers of the <o>patcher</o> object.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="mute~.png" caption="You can mute all processing in any patcher or other subpatch" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="pass~" />
	</seealsolist>
	<misc name="Output">
		<entry name="Signal-Processing">
			<description>
				Connect the <o>mute~</o> object's outlet to any inlet of a subpatch you wish to control. You can connect <o>mute~</o> to as many subpatch objects as you wish.
			</description>
		</entry>
	</misc>
</c74object>
