<?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="comb~" category="Filter">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Filters</metadata>
</metadatalist>
<digest>Apply a comb filter effect</digest>
<description><p>
Use the 
<o objname="rnbo_comb~">comb~</o>
 object to apply the classic comb filtering effect to an audio input. The 
<o objname="rnbo_comb~">comb~</o>
 object mixes the current input sample with earlier input and/or output samples, according to the formula:
</p>
<p>
<m>yn = axn + bxn-(DR/1000) + cyn-(DR/1000)</m>
</p>
<p>
where R is the sampling rate and D is a delay time in milliseconds.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="delayTime" optional="1" type="auto">
<digest>Delay in ms</digest>
<description><p>
Sets the delay time in ms.
</p></description>
</objarg>
<objarg name="gain" optional="1" type="auto">
<digest>Gain Coefficient</digest>
<description><p>
Sets the filter gain.
</p></description>
</objarg>
<objarg name="ffGain" optional="1" type="auto">
<digest>Feedforward Coefficient</digest>
<description><p>
The feedforward coefficient.
</p></description>
</objarg>
<objarg name="fbGain" optional="1" type="auto">
<digest>Feedback Coefficient</digest>
<description><p>
The feedback coefficient.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="delayTime" size="1" type="auto">
<digest>Delay in ms</digest>
<description><p>
Sets the delay time in ms.
</p></description>
</attribute>
<attribute name="fbGain" size="1" type="auto">
<digest>Feedback Coefficient</digest>
<description><p>
The feedback coefficient.
</p></description>
</attribute>
<attribute name="ffGain" size="1" type="auto">
<digest>Feedforward Coefficient</digest>
<description><p>
The feedforward coefficient.
</p></description>
</attribute>
<attribute name="gain" size="1" type="auto">
<digest>Gain Coefficient</digest>
<description><p>
Sets the filter gain.
</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>
<attribute name="x" size="1" type="auto">
<digest>Input</digest>
<description><p>
The signal to be filtered.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_x" name="x" type="auto">
<digest>Input</digest>
<description><p>
The signal to be filtered.
</p></description>
</inlet>
<inlet id="inlet_delayTime" name="delayTime" type="auto">
<digest>Delay in ms</digest>
<description><p>
Sets the delay time in ms.
</p></description>
</inlet>
<inlet id="inlet_gain" name="gain" type="auto">
<digest>Gain Coefficient</digest>
<description><p>
Sets the filter gain.
</p></description>
</inlet>
<inlet id="inlet_ffGain" name="ffGain" type="auto">
<digest>Feedforward Coefficient</digest>
<description><p>
The feedforward coefficient.
</p></description>
</inlet>
<inlet id="inlet_fbGain" name="fbGain" type="auto">
<digest>Feedback Coefficient</digest>
<description><p>
The feedback coefficient.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>Filtered output</digest>
<description><p>
The filtered signal.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="comb~" type="refpage" module="MSP"></seealso>
<seealso name="rnbo_biquad~" type="rnborefpage" module="RNBO" display="biquad~"></seealso>
<seealso name="rnbo_allpass~" type="rnborefpage" module="RNBO" display="allpass~"></seealso>
<seealso name="rnbo_cross~" type="rnborefpage" module="RNBO" display="cross~"></seealso>
<seealso name="rnbo_lores~" type="rnborefpage" module="RNBO" display="lores~"></seealso>
<seealso name="rnbo_reson~" type="rnborefpage" module="RNBO" display="reson~"></seealso>
<seealso name="rnbo_svf~" type="rnborefpage" module="RNBO" display="svf~"></seealso>
<seealso name="rnbo_swanramp~" type="rnborefpage" module="RNBO" display="swanramp~"></seealso>
</seealsolist>
</c74object>