<?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="biquad~" category="Filter">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Filters</metadata>
</metadatalist>
<digest>Two-pole, two-zero filter</digest>
<description><p>
Two-pole, two-zero filter
</p>
<p>
<o objname="rnbo_biquad~">biquad~</o>
 implements a two-pole, two-zero filter using the following equation:
</p>
<p>
<m>y[n] = a0 * x[n] + a1 * x[n-1] + a2 * x[n-2] - b1 * y[n-1] - b2 * y[n-2]</m>
</p>
<p>
You can specify the coefficients a0, a1, a2, b1, and b2 as signals or floats (if you make the filter explode by making the b coefficients too high, you can recover (after lowering them) with the clear message, or by turning the audio on and off).
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="a0" optional="1" type="auto">
<digest>Input Gain (FF Coefficient 0)</digest>
<description><p>
Set the value for the a0 filter coefficient. If a signal is connected to the second inlet, the coefficient supplied as an argument is ignored.
</p></description>
</objarg>
<objarg name="a1" optional="1" type="auto">
<digest>FF Coefficient 1</digest>
<description><p>
Set the value for the a1 filter coefficient. If a signal is connected to the third inlet, the coefficient supplied as an argument is ignored.
</p></description>
</objarg>
<objarg name="a2" optional="1" type="auto">
<digest>FF Coefficient 2</digest>
<description><p>
Set the value for the a2 filter coefficient. If a signal is connected to the fourth inlet, the coefficient supplied as an argument is ignored.
</p></description>
</objarg>
<objarg name="b1" optional="1" type="auto">
<digest>FB Coefficient 1</digest>
<description><p>
Set the value for the b1 filter coefficient. If a signal is connected to the fifth inlet, the coefficient supplied as an argument is ignored.
</p></description>
</objarg>
<objarg name="b2" optional="1" type="auto">
<digest>FB Coefficient 2</digest>
<description><p>
Set the value for the b2 filter coefficient. If a signal is connected to the sixth inlet, the coefficient supplied as an argument is ignored.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="a0" size="1" type="auto">
<digest>Input Gain (FF Coefficient 0)</digest>
<description><p>
Set the value for the a0 filter coefficient. If a signal is connected to the second inlet, the coefficient supplied as an argument is ignored.
</p></description>
</attribute>
<attribute name="a1" size="1" type="auto">
<digest>FF Coefficient 1</digest>
<description><p>
Set the value for the a1 filter coefficient. If a signal is connected to the third inlet, the coefficient supplied as an argument is ignored.
</p></description>
</attribute>
<attribute name="a2" size="1" type="auto">
<digest>FF Coefficient 2</digest>
<description><p>
Set the value for the a2 filter coefficient. If a signal is connected to the fourth inlet, the coefficient supplied as an argument is ignored.
</p></description>
</attribute>
<attribute name="b1" size="1" type="auto">
<digest>FB Coefficient 1</digest>
<description><p>
Set the value for the b1 filter coefficient. If a signal is connected to the fifth inlet, the coefficient supplied as an argument is ignored.
</p></description>
</attribute>
<attribute name="b2" size="1" type="auto">
<digest>FB Coefficient 2</digest>
<description><p>
Set the value for the b2 filter coefficient. If a signal is connected to the sixth inlet, the coefficient supplied as an argument is ignored.
</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_a0" name="a0" type="auto">
<digest>Input Gain (FF Coefficient 0)</digest>
<description><p>
Set the value for the a0 filter coefficient. If a signal is connected to the second inlet, the coefficient supplied as an argument is ignored.
</p></description>
</inlet>
<inlet id="inlet_a1" name="a1" type="auto">
<digest>FF Coefficient 1</digest>
<description><p>
Set the value for the a1 filter coefficient. If a signal is connected to the third inlet, the coefficient supplied as an argument is ignored.
</p></description>
</inlet>
<inlet id="inlet_a2" name="a2" type="auto">
<digest>FF Coefficient 2</digest>
<description><p>
Set the value for the a2 filter coefficient. If a signal is connected to the fourth inlet, the coefficient supplied as an argument is ignored.
</p></description>
</inlet>
<inlet id="inlet_b1" name="b1" type="auto">
<digest>FB Coefficient 1</digest>
<description><p>
Set the value for the b1 filter coefficient. If a signal is connected to the fifth inlet, the coefficient supplied as an argument is ignored.
</p></description>
</inlet>
<inlet id="inlet_b2" name="b2" type="auto">
<digest>FB Coefficient 2</digest>
<description><p>
Set the value for the b2 filter coefficient. If a signal is connected to the sixth inlet, the coefficient supplied as an argument is ignored.
</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="biquad~" type="refpage" module="MSP"></seealso>
<seealso name="rnbo_filtercoeff~" type="rnborefpage" module="RNBO" display="filtercoeff~"></seealso>
<seealso name="rnbo_allpass~" type="rnborefpage" module="RNBO" display="allpass~"></seealso>
<seealso name="rnbo_comb~" type="rnborefpage" module="RNBO" display="comb~"></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>