<?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="svf~" category="Filter">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Filters</metadata>
</metadatalist>
<digest>State-variable filter with simultaneous outputs</digest>
<description><p>
The 
<o objname="rnbo_svf~">svf~</o>
 object is an implementation of a state-variable filter algorithm described in Hal Chamberlin's book, "Musical Applications of Microprocessors." A unique feature of this filter object is that it produces lowpass, highpass, bandpass, and bandreject (notch) output simultaneously - all four are available as outlets.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="freq" optional="1" type="auto">
<digest>Cutoff Frequency (Hz)</digest>
<description><p>
Sets the center frequency for the filter.
</p></description>
</objarg>
<objarg name="q" optional="1" type="auto">
<digest>Q (Resonance)</digest>
<description><p>
Sets the Q value for the filter. The 
<o objname="rnbo_svf~">svf~</o>
 filter takes Q values in the range of 0. through 1.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="freq" size="1" type="auto">
<digest>Cutoff Frequency (Hz)</digest>
<description><p>
Sets the center frequency for the filter.
</p></description>
</attribute>
<attribute name="q" size="1" type="auto">
<digest>Q (Resonance)</digest>
<description><p>
Sets the Q value for the filter. The 
<o objname="rnbo_svf~">svf~</o>
 filter takes Q values in the range of 0. through 1.
</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_freq" name="freq" type="auto">
<digest>Cutoff Frequency (Hz)</digest>
<description><p>
Sets the center frequency for the filter.
</p></description>
</inlet>
<inlet id="inlet_q" name="q" type="auto">
<digest>Q (Resonance)</digest>
<description><p>
Sets the Q value for the filter. The 
<o objname="rnbo_svf~">svf~</o>
 filter takes Q values in the range of 0. through 1.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>Low-pass Output</digest>
<description><p>
The low-pass filtered signal.
</p></description>
</outlet>
<outlet id="outlet_out2" name="out2" type="signal">
<digest>High-pass Output</digest>
<description><p>
The high-pass filtered signal.
</p></description>
</outlet>
<outlet id="outlet_out3" name="out3" type="signal">
<digest>Band-pass Output</digest>
<description><p>
The band-pass filtered signal.
</p></description>
</outlet>
<outlet id="outlet_out4" name="out4" type="signal">
<digest>Notch Output</digest>
<description><p>
The notch filtered signal.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="phaseshift~" 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_onepole~" type="rnborefpage" module="RNBO" display="onepole~"></seealso>
</seealsolist>
</c74object>