<?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="intnum" category="Constant">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO Data</metadata>
<metadata name="tag">RNBO Constant</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="alias">i</metadata>
<metadata name="alias">int</metadata>
</metadatalist>
<digest>Store a integer number, bang it out</digest>
<description><p>
<o objname="rnbo_int">int</o>
 can store and output any given integer number. Keep in mind that in RNBO all numbers are floats, so the output will still be a float, but with no decimal value. Can also be called using the alias 
<m>i</m>
.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="initial" optional="1" type="number">
<digest>Initial value</digest>
<description><p>
Sets an initial stored value. Sending a new value to the right inlet overrides this value.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="initial" size="1" type="number">
<digest>Initial value</digest>
<attributelist>
<attribute name="default" type="number" value="0"></attribute>
</attributelist>
<description><p>
Sets an initial stored value. Sending a new value to the right inlet overrides this value.
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="bang, number">
<digest>Bang outputs value, number sets and outputs value</digest>
<description><p>
A number in the left inlet is truncated, then sets the stored value and passes it out. A bang outputs the stored number.
</p></description>
</attribute>
<attribute name="value" size="1" type="number">
<digest>Set value without output</digest>
<description><p>
A number in the right input is truncated then sets the stored value without triggering output.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="bang, number">
<digest>Bang outputs value, number sets and outputs value</digest>
<description><p>
A number in the left inlet is truncated, then sets the stored value and passes it out. A bang outputs the stored number.
</p></description>
</inlet>
<inlet id="inlet_value" name="value" type="number">
<digest>Set value without output</digest>
<description><p>
A number in the right input is truncated then sets the stored value without triggering output.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out" name="out" type="number">
<digest>Stored number</digest>
<description><p>
The stored number.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="int" type="refpage" module="Max"></seealso>
<seealso name="rnbo_float" type="rnborefpage" module="RNBO" display="float"></seealso>
<seealso name="rnbo_list.reg" type="rnborefpage" module="RNBO" display="list.reg"></seealso>
<seealso name="rnbo_pass" type="rnborefpage" module="RNBO" display="pass"></seealso>
</seealsolist>
</c74object>