<?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="sig~" category="Conversion">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Function</metadata>
<metadata name="tag">RNBO Synthesis</metadata>
<metadata name="alias">ip~</metadata>
</metadatalist>
<digest>Convert numbers into audio signals</digest>
<description><p>
Use the 
<o objname="rnbo_sig~">sig~</o>
 object to convert regular numbers into audio signals.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="value" optional="1" type="number">
<digest>Incoming numbers to convert</digest>
<description><p>
Number to be sent as a signal
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="unit" size="1" type="enum">
<digest>Unit for impulse length.</digest>
<attributelist>
<attribute name="enumvals">
<enumlist get="1" set="1" type="atom">
<enum name="ms"></enum>
<enum name="samples"></enum>
</enumlist>
</attribute>
<attribute name="default" type="enum" value="ms"></attribute>
</attributelist>
<description><p>
Set the unit of the impulse length. An argument of 
<m>ms</m>
 will set the unit to
milliseconds, and an argument of 
<m>samples</m>
 will set the unit to samples.
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="impulse" size="1" type="number">
<digest>Generate a signal of 1 for specified time (ms or samples)</digest>
<description><p>
The right inlet will generate an impulse from the outlet (a value of 1 followed by a value of 0). Sending
a 
<m>number</m>
 to this inlet will generate an impulse of that duration in either ms or samples, depending on
the 
<m>unit</m>
 attribute.
</p></description>
</attribute>
<attribute name="value" size="1" type="number">
<digest>Incoming numbers to convert</digest>
<description><p>
Number to be sent as a signal
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_value" name="value" type="number">
<digest>Incoming numbers to convert</digest>
<description><p>
Number to be sent as a signal
</p></description>
</inlet>
<inlet id="inlet_impulse" name="impulse" type="number">
<digest>Generate a signal of 1 for specified time (ms or samples)</digest>
<description><p>
The right inlet will generate an impulse from the outlet (a value of 1 followed by a value of 0). Sending
a 
<m>number</m>
 to this inlet will generate an impulse of that duration in either ms or samples, depending on
the 
<m>unit</m>
 attribute.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out" name="out" type="signal">
<digest>Signal output</digest>
<description><p>
The signal or impulse to be generated from the input.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="sig~" type="refpage" module="MSP"></seealso>
<seealso name="rnbo_line~" type="rnborefpage" module="RNBO" display="line~"></seealso>
<seealso name="rnbo_snapshot~" type="rnborefpage" module="RNBO" display="snapshot~"></seealso>
</seealsolist>
</c74object>