<?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="t60~" category="Mixing">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Dynamics</metadata>
<metadata name="tag">RNBO Operators</metadata>
</metadatalist>
<digest>Returns t60 multiplication factor.</digest>
<description><p>
Given an input T, returns a number X such that, after T multiplications of a signal by X, that signal would be attenuated by 60 decibels. Roughly, -60db = 0db * pow(X, T). This could be used as a per-sample multiplier (X) to ensure a decay time (of T samples), for example. The name t60 is borrowed form the RT60 time used to measure reverberation time, which specifies the time taken for a signal to decay by 60db, as an approximation of fading to inaudibility.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="rate" optional="1" type="auto">
<digest>rate of decay</digest>
<description><p>
The number of multiplications that it should take for the multiplied signal to be attenuated (reduced) by 60 decibals.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="rate" size="1" type="auto">
<digest>rate of decay</digest>
<description><p>
The number of multiplications that it should take for the multiplied signal to be attenuated (reduced) by 60 decibals.
</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_rate" name="rate" type="auto">
<digest>rate of decay</digest>
<description><p>
The number of multiplications that it should take for the multiplied signal to be attenuated (reduced) by 60 decibals.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>t60 multiplication factor</digest>
<description><p>
Returns the t60 multiplication factor based on the rate of decay input value.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_t60" type="rnborefpage" module="RNBO" display="t60"></seealso>
<seealso name="rnbo_adsr~" type="rnborefpage" module="RNBO" display="adsr~"></seealso>
<seealso name="rnbo_delay~" type="rnborefpage" module="RNBO" display="delay~"></seealso>
<seealso name="rnbo_line~" type="rnborefpage" module="RNBO" display="line~"></seealso>
<seealso name="rnbo_t60time" type="rnborefpage" module="RNBO" display="t60time"></seealso>
<seealso name="rnbo_t60time~" type="rnborefpage" module="RNBO" display="t60time~"></seealso>
</seealsolist>
</c74object>