<?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="minimum~" module="msp" category="MSP Analysis, MSP Modifiers">
	<digest>
		Compare two signals, output the minimum
	</digest>
	<description>
		<o>minimum~</o> outputs a signal which is the minimum of two input signals.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Analysis
		</metadata>
		<metadata name="tag">
			MSP Modifiers
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="Signal">
			<digest>
				(signal) Signal to be compared with Right Inlet
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="Signal">
			<digest>
				(signal) Signal to be compared with Left Inlet
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="Signal">
			<digest>
				(signal) Minimum of Left and Right Signals
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="initial-comparison-value" optional="1" type="number">
			<digest>
				Comparison value
			</digest>
			<description>
				Sets an initial comparison value for the signal coming into the left inlet. If a signal is connected to the right inlet, the argument is ignored.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="int">
			<arglist>
				<arg name="comparison-value" optional="0" type="int" />
			</arglist>
			<digest>
				Compare value with left input signal
			</digest>
			<description>
				In right inlet: A number to be used for comparison with the signal coming into the left inlet. If a signal is also connected to the right inlet, a <m>float</m> or <m>int</m> is ignored.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="comparison-value" optional="0" type="float" />
			</arglist>
			<digest>
				Compare value with left input signal
			</digest>
			<description>
				In right inlet: A number to be used for comparison with the signal coming into the left inlet. If a signal is also connected to the right inlet, a <m>float</m> or <m>int</m> is ignored.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Function depends on inlet
			</digest>
			<description>
				In left inlet: The signal is compared to a signal coming into the right inlet, or a constant value received in the right inlet. The lesser of the two values is sent out the outlet.
				<br />
				<br />
				In right inlet: The signal is used for comparison with the signal coming into the left inlet.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="minimum~.png" caption="Find the minimum of two signals" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="&lt;=~" />
		<seealso name="&gt;~" />
		<seealso name="&gt;=~" />
		<seealso name="==~" />
		<seealso name="!=~" />
		<seealso name="maximum~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				The lesser of the two signal values received in the left and right inlets is sent out.
			</description>
		</entry>
	</misc>
</c74object>
