<?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="scale" category="Math">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Math</metadata>
</metadatalist>
<digest>Map an input range of values to an output range</digest>
<description><p>
The scale object maps an input range of float or integer values to an output range. The output range can be larger or smaller than the input range and can be inverted. If specified, the mapping can also be exponential.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="inlow" optional="1" type="number">
<digest>Low input value</digest>
<description><p>
Sets the low end of the expected input range. Incoming values are not clipped to this range; rather, the input range is used to determine the value mapping formula.
</p></description>
</objarg>
<objarg name="inhigh" optional="1" type="number">
<digest>High input value</digest>
<description><p>
Sets the high end of the expected input range. Incoming values are not clipped to this range; rather, the input range is used to determine the value mapping formula.
</p></description>
</objarg>
<objarg name="outlow" optional="1" type="number">
<digest>Low output value</digest>
<description><p>
This sets the low end of the output range, and will be the lowest output value if the input value stays with its expected range.
</p></description>
</objarg>
<objarg name="outhigh" optional="1" type="number">
<digest>High output value</digest>
<description><p>
This sets the high end of the output range, and will be the highest output value if the input value stays with its expected range.
</p></description>
</objarg>
<objarg name="power" optional="1" type="number">
<digest>Exponential base value</digest>
<description><p>
This optional fifth argument specifies the nature of the scaling curve. This argument must be a floating-point number greater than 1., with larger values leading to steeper exponential curves. Note that the rnbo version of scale uses modern exponential scaling. For more information see the Max 
<o objname="scale">scale</o>
 object reference file.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="inhigh" size="1" type="number">
<digest>High input value</digest>
<description><p>
Sets the high end of the expected input range. Incoming values are not clipped to this range; rather, the input range is used to determine the value mapping formula.
</p></description>
</attribute>
<attribute name="inlow" size="1" type="number">
<digest>Low input value</digest>
<description><p>
Sets the low end of the expected input range. Incoming values are not clipped to this range; rather, the input range is used to determine the value mapping formula.
</p></description>
</attribute>
<attribute name="input" size="1" type="list">
<digest>Value to be scaled</digest>
<description><p>
When a number or list is received in the left inlet the scaling function is performed on the incoming value or values.
</p></description>
</attribute>
<attribute name="outhigh" size="1" type="number">
<digest>High output value</digest>
<description><p>
This sets the high end of the output range, and will be the highest output value if the input value stays with its expected range.
</p></description>
</attribute>
<attribute name="outlow" size="1" type="number">
<digest>Low output value</digest>
<description><p>
This sets the low end of the output range, and will be the lowest output value if the input value stays with its expected range.
</p></description>
</attribute>
<attribute name="power" size="1" type="number">
<digest>Exponential base value</digest>
<description><p>
This optional fifth argument specifies the nature of the scaling curve. This argument must be a floating-point number greater than 1., with larger values leading to steeper exponential curves. Note that the rnbo version of scale uses modern exponential scaling. For more information see the Max 
<o objname="scale">scale</o>
 object reference file.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="list">
<digest>Value to be scaled</digest>
<description><p>
When a number or list is received in the left inlet the scaling function is performed on the incoming value or values.
</p></description>
</inlet>
<inlet id="inlet_inlow" name="inlow" type="number">
<digest>Low input value</digest>
<description><p>
Sets the low end of the expected input range. Incoming values are not clipped to this range; rather, the input range is used to determine the value mapping formula.
</p></description>
</inlet>
<inlet id="inlet_inhigh" name="inhigh" type="number">
<digest>High input value</digest>
<description><p>
Sets the high end of the expected input range. Incoming values are not clipped to this range; rather, the input range is used to determine the value mapping formula.
</p></description>
</inlet>
<inlet id="inlet_outlow" name="outlow" type="number">
<digest>Low output value</digest>
<description><p>
This sets the low end of the output range, and will be the lowest output value if the input value stays with its expected range.
</p></description>
</inlet>
<inlet id="inlet_outhigh" name="outhigh" type="number">
<digest>High output value</digest>
<description><p>
This sets the high end of the output range, and will be the highest output value if the input value stays with its expected range.
</p></description>
</inlet>
<inlet id="inlet_power" name="power" type="number">
<digest>Exponential base value</digest>
<description><p>
This optional fifth argument specifies the nature of the scaling curve. This argument must be a floating-point number greater than 1., with larger values leading to steeper exponential curves. Note that the rnbo version of scale uses modern exponential scaling. For more information see the Max 
<o objname="scale">scale</o>
 object reference file.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out" name="out" type="list">
<digest>scaled output</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="scale" type="refpage" module="Max"></seealso>
<seealso name="rnbo_scale~" type="rnborefpage" module="RNBO" display="scale~"></seealso>
<seealso name="rnbo_tonormalized" type="rnborefpage" module="RNBO" display="tonormalized"></seealso>
<seealso name="rnbo_fromnormalized" type="rnborefpage" module="RNBO" display="fromnormalized"></seealso>
<seealso name="rnbo_expr" type="rnborefpage" module="RNBO" display="expr"></seealso>
</seealsolist>
</c74object>