<?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.-->
<c74object module="rnbo" kind="rnboobject" name="cartopol" category="Math">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO FFT</metadata>
<metadata name="tag">RNBO Math</metadata>
</metadatalist>
<digest>Convert Cartesian values to polar format. Angles are in radians.</digest>
<description><p>
Converts a cartesian-coordinate pair consisting of real and imaginary
values into a polar-coordinate pair consisting of distance and angle values.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="y" optional="1" type="number">
<digest>Imaginary/Y input</digest>
<description><p>
The y coordinate of a Cartesian pair to be converted into a polar 			coordinate pair consisting of distance and angle values. When used in an audio context, 			the value represents the imaginary part of a frequency domain value to be converted 			into a polar coordinate pair consisting of amplitude and phase values.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="hot" size="1" type="bool">
<digest>Trigger computation on all inlets.</digest>
<attributelist>
<attribute name="default" type="bool" value="false"></attribute>
</attributelist>

</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="reset" size="1" type="bang">
<digest>Banging this attribute will reset the object to its default state.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
<attribute name="x" size="1" type="number">
<digest>Real/X input</digest>
<description><p>
The x coordinate of a Cartesian pair to be converted into a 			polar coordinate pair consisting of distance and angle values. When used 			in an audio context, the value represents the real part of a frequency domain 			value to be converted into a polar coordinate pair consisting of amplitude and 			phase values.
</p></description>
</attribute>
<attribute name="y" size="1" type="number">
<digest>Imaginary/Y input</digest>
<description><p>
The y coordinate of a Cartesian pair to be converted into a polar 			coordinate pair consisting of distance and angle values. When used in an audio context, 			the value represents the imaginary part of a frequency domain value to be converted 			into a polar coordinate pair consisting of amplitude and phase values.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_x" name="x" type="number">
<digest>Real/X input</digest>
<description><p>
The x coordinate of a Cartesian pair to be converted into a 			polar coordinate pair consisting of distance and angle values. When used 			in an audio context, the value represents the real part of a frequency domain 			value to be converted into a polar coordinate pair consisting of amplitude and 			phase values.
</p></description>
</inlet>
<inlet id="inlet_y" name="y" type="number">
<digest>Imaginary/Y input</digest>
<description><p>
The y coordinate of a Cartesian pair to be converted into a polar 			coordinate pair consisting of distance and angle values. When used in an audio context, 			the value represents the imaginary part of a frequency domain value to be converted 			into a polar coordinate pair consisting of amplitude and phase values.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="number">
<digest>Amplitude/Alpha output</digest>
<description><p>
The distance portion of the polar coordinate pair. When used in 			an audio context, the value represents the magnitude (amplitude) of the 			frequency represented by the currently input.
</p></description>
</outlet>
<outlet id="outlet_out2" name="out2" type="number">
<digest>Phase/Theta output</digest>
<description><p>
The angle portion of the polar coordinate pair. When used in an audio 			context, the value represents the phase, expressed in radians, of the frequency 			represented by the current input. If only the left outlet is connected, the phase 			computation is not performed.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_cartopol" type="rnborefpage" module="RNBO" display="cartopol"></seealso>
<seealso name="cartopol" type="refpage" module="Max"></seealso>
<seealso name="rnbo_fftstream~" type="rnborefpage" module="RNBO" display="fftstream~"></seealso>
<seealso name="rnbo_poltocar~" type="rnborefpage" module="RNBO" display="poltocar~"></seealso>
<seealso name="rnbo_poltocar" type="rnborefpage" module="RNBO" display="poltocar"></seealso>
</seealsolist>
</c74object>