<?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="quantize~" category="Modifiers">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Filters</metadata>
<metadata name="tag">RNBO Modifiers</metadata>
</metadatalist>
<digest>calculate the relation of a value to a given quantum</digest>
<description><p>
Rounds an incoming  signal to the nearest value that is a multiple of 1/quantum.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="quantum" optional="1" type="auto">
<digest>the quantum for rounding calculations</digest>
<description><p>
Sets the quantum to use for rounding calculations. The incoming calue will be rounded to the nearest value that is a multiple of 1 divided by the quantum.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="quantum" size="1" type="auto">
<digest>the quantum for rounding calculations</digest>
<description><p>
Sets the quantum to use for rounding calculations. The incoming calue will be rounded to the nearest value that is a multiple of 1 divided by the quantum.
</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>
<attribute name="value" size="1" type="auto">
<digest>the value to be quantized</digest>
<description><p>
The incoming value to be quantized.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_value" name="value" type="auto">
<digest>the value to be quantized</digest>
<description><p>
The incoming value to be quantized.
</p></description>
</inlet>
<inlet id="inlet_quantum" name="quantum" type="auto">
<digest>the quantum for rounding calculations</digest>
<description><p>
Sets the quantum to use for rounding calculations. The incoming calue will be rounded to the nearest value that is a multiple of 1 divided by the quantum.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>out1</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_quantize" type="rnborefpage" module="RNBO" display="quantize"></seealso>
<seealso name="rnbo_ceil~" type="rnborefpage" module="RNBO" display="ceil~"></seealso>
<seealso name="rnbo_floor~" type="rnborefpage" module="RNBO" display="floor~"></seealso>
<seealso name="rnbo_round~" type="rnborefpage" module="RNBO" display="round~"></seealso>
</seealsolist>
</c74object>