<?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="rand~" category="Generators">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Synthesis</metadata>
<metadata name="tag">RNBO Function</metadata>
</metadatalist>
<digest>Band limited random signal</digest>
<description><p>
Use the 
<o objname="rnbo_rand~">rand~</o>
 object to generate a signal consisting of random values between -1 and 1 generated at a frequency specified by its input. It interpolates linearly between these values.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="frequency" optional="1" type="auto">
<digest>Frequency rate of signal</digest>
<description><p>
Sets the rate in Hz at which the object will generate and ramp to random frequencies. For each cycle a new random value is generated and linearly interpolated to from the current value over the next cycle.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="frequency" size="1" type="auto">
<digest>Frequency rate of signal</digest>
<description><p>
Sets the rate in Hz at which the object will generate and ramp to random frequencies. For each cycle a new random value is generated and linearly interpolated to from the current value over the next cycle.
</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_frequency" name="frequency" type="auto">
<digest>Frequency rate of signal</digest>
<description><p>
Sets the rate in Hz at which the object will generate and ramp to random frequencies. For each cycle a new random value is generated and linearly interpolated to from the current value over the next cycle.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>The bandlimited randomized signal</digest>
<description><p>
The bandlimited randomized signal.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rand~" type="refpage" module="MSP"></seealso>
<seealso name="rnbo_drunk" type="rnborefpage" module="RNBO" display="drunk"></seealso>
<seealso name="rnbo_line~" type="rnborefpage" module="RNBO" display="line~"></seealso>
<seealso name="rnbo_noise~" type="rnborefpage" module="RNBO" display="noise~"></seealso>
<seealso name="rnbo_pink~" type="rnborefpage" module="RNBO" display="pink~"></seealso>
<seealso name="rnbo_random" type="rnborefpage" module="RNBO" display="random"></seealso>
<seealso name="rnbo_urn" type="rnborefpage" module="RNBO" display="urn"></seealso>
</seealsolist>
</c74object>