<?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="cosx~" module="msp" category="MSP Operators">
	<digest>
		Signal cosine function
	</digest>
	<description>
		Use the <o>cosx~</o> object to calculate and output a signal that is the cosine function of each sample of the input signal. The <o>cosx~</o> object is a true π based function - it varies from the <o>cos~</o> object, whose output is based around a value range of 0. - 1.0 and is intended for use as a lookup table with the <o>phasor~</o> object.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Operators
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				Input Signal
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				Cos (x) Out
			</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>
				Output from a cosine function
			</digest>
			<description>
				Output from a cosine function.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="cosx~.png" caption="cosx~ can make your audio control signals less jumpy and more bumpy" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="acos~" />
		<seealso name="acosh~" />
		<seealso name="asin~" />
		<seealso name="asinh~" />
		<seealso name="atan~" />
		<seealso name="atanh~" />
		<seealso name="atan2~" />
		<seealso name="cos~" />
		<seealso name="cosh~" />
		<seealso name="sinh~" />
		<seealso name="sinx~" />
		<seealso name="tanh~" />
		<seealso name="tanx~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				The cosine of the input.
			</description>
		</entry>
	</misc>
</c74object>
