<?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="mtof~" module="msp" category="MSP Operators">
	<digest>
		Convert a MIDI note number to frequency at signal rate
	</digest>
	<description>
		Use the <o>mtof~</o> object to perform signal-rate MIDI-to-Frequency conversion.
	</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="signal">
			<digest>
				Floating-point MIDI Value
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				Floating-point MIDI Value
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				Frequency in Hz
			</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>
				A signal representing a MIDI note number value (from 0 to 127)
			</digest>
			<description>
				A signal representing a MIDI note number value (from 0 to 127). The corresponding frequency is output as a signal.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="base" get="1" set="1" type="float" size="1">
			<digest>
				Base frequency
			</digest>
			<description>
				Sets the &quot;base frequency&quot; used when calculating frequency values (e.g., A = 440.). The default is 440.
			</description>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="mtof~.png" caption="Design a vibrato that has an even width with respect to perceived pitch" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="expr" />
		<seealso name="ftom" />
		<seealso name="ftom~" />
		<seealso name="mtof" />
		<seealso module="msp" name="10_midichapter02" type="tutorial" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				The frequency corresponding to the received MIDI pitch value, output as a signal.
			</description>
		</entry>
	</misc>
</c74object>
