<?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="poltocar~" category="Modifiers">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO FFT</metadata>
<metadata name="tag">RNBO Modifiers</metadata>
</metadatalist>
<digest>Convert polar to cartesian coordinates</digest>
<description><p>
Converts a polar-coordinate pair consisting of distance and angle
values into a cartesian-coordinate pair consisting of real and
imaginary values.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="angle" optional="1" type="auto">
<digest>Phase/Theta input</digest>
<description><p>
The angle portion of a polar coordinate pair to be converted into a 			Cartesian coordinate pair consisting of real and imaginary values. When used in an 			audio context, the value represents the phase portion of a polar coordinate pair to 			be converted into a cartesian (real/imaginary) coordinate pair.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="angle" size="1" type="auto">
<digest>Phase/Theta input</digest>
<description><p>
The angle portion of a polar coordinate pair to be converted into a 			Cartesian coordinate pair consisting of real and imaginary values. When used in an 			audio context, the value represents the phase portion of a polar coordinate pair to 			be converted into a cartesian (real/imaginary) coordinate pair.
</p></description>
</attribute>
<attribute name="radius" size="1" type="auto">
<digest>Amplitude/Alpha input</digest>
<description><p>
The distance portion of a polar coordinate pair to be converted 			into a Cartesian coordinate pair consisting of real and imaginary values. When 			used in an audio context, the value represents magnitude (amplitude) portion of 			a polar coordinate pair to be converted into a cartesian (real/imaginary) coordinate pair.
</p></description>
</attribute>
<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>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_radius" name="radius" type="auto">
<digest>Amplitude/Alpha input</digest>
<description><p>
The distance portion of a polar coordinate pair to be converted 			into a Cartesian coordinate pair consisting of real and imaginary values. When 			used in an audio context, the value represents magnitude (amplitude) portion of 			a polar coordinate pair to be converted into a cartesian (real/imaginary) coordinate pair.
</p></description>
</inlet>
<inlet id="inlet_angle" name="angle" type="auto">
<digest>Phase/Theta input</digest>
<description><p>
The angle portion of a polar coordinate pair to be converted into a 			Cartesian coordinate pair consisting of real and imaginary values. When used in an 			audio context, the value represents the phase portion of a polar coordinate pair to 			be converted into a cartesian (real/imaginary) coordinate pair.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>Real/X output</digest>
<description><p>
The real portion of a Cartesian coordinate pair.
</p></description>
</outlet>
<outlet id="outlet_out2" name="out2" type="signal">
<digest>Imaginary/Y output</digest>
<description><p>
The imaginary portion of a Cartesian coordinate pair.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_poltocar" type="rnborefpage" module="RNBO" display="poltocar"></seealso>
<seealso name="poltocar" type="refpage" module="Max"></seealso>
<seealso name="rnbo_cartopol~" type="rnborefpage" module="RNBO" display="cartopol~"></seealso>
<seealso name="rnbo_cartopol" type="rnborefpage" module="RNBO" display="cartopol"></seealso>
<seealso name="rnbo_fftstream~" type="rnborefpage" module="RNBO" display="fftstream~"></seealso>
</seealsolist>
</c74object>