cosmetic doc change in most modules

This commit is contained in:
Stefano D'Angelo 2023-05-29 13:51:57 +02:00
parent 5201d3363a
commit 44691855ae
49 changed files with 50 additions and 50 deletions

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_lp1 bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_lp1 bw_math bw_one_pole }}}
* description {{{ * description {{{
* First-order allpass filter (90° shift at cutoff, approaching 180° shift * First-order allpass filter (90° shift at cutoff, approaching 180° shift
* at high frequencies) with unitary gain. * at high frequencies) with unitary gain.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole bw_svf }}} * requires {{{ bw_common bw_config bw_math bw_one_pole bw_svf }}}
* description {{{ * description {{{
* Second-order allpass filter (180° shift at cutoff, approaching 360° shift * Second-order allpass filter (180° shift at cutoff, approaching 360° shift
* at high frequencies) with unitary gain. * at high frequencies) with unitary gain.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.3.0 }}} * version {{{ 0.3.0 }}}
* requires {{{ bw_config bw_common bw_gain bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_gain bw_math bw_one_pole }}}
* description {{{ * description {{{
* Stereo balance. * Stereo balance.
* }}} * }}}

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math }}} * requires {{{ bw_common bw_config bw_math }}}
* description {{{ * description {{{
* Bit depth reducer. * Bit depth reducer.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ utility }}} * module_type {{{ utility }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ bw_config bw_common }}} * requires {{{ bw_common bw_config }}}
* description {{{ * description {{{
* Common operations on buffers. * Common operations on buffers.
* }}} * }}}

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ * requires {{{
* bw_buf bw_config bw_comb bw_common bw_delay bw_gain bw_math bw_one_pole * bw_buf bw_comb bw_common bw_config bw_delay bw_gain bw_math bw_one_pole
* bw_osc_sin bw_phase_gen * bw_osc_sin bw_phase_gen
* }}} * }}}
* description {{{ * description {{{

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Antialiased hard clipper with parametric bias and gain * Antialiased hard clipper with parametric bias and gain
* (compensation) and output bias removal. * (compensation) and output bias removal.

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ * requires {{{
* bw_buf bw_config bw_common bw_delay bw_gain bw_math bw_one_pole * bw_buf bw_common bw_config bw_delay bw_gain bw_math bw_one_pole
* }}} * }}}
* description {{{ * description {{{
* Comb filter / delay effect with feedforward and feedback paths. * Comb filter / delay effect with feedforward and feedback paths.

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_env_follow bw_one_pole bw_math bw_gain * bw_common bw_config bw_env_follow bw_gain bw_math bw_one_pole
* }}} * }}}
* description {{{ * description {{{
* Feedforward compressor/limiter with independent sidechain input. * Feedforward compressor/limiter with independent sidechain input.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_buf bw_config bw_common bw_math }}} * requires {{{ bw_buf bw_common bw_config bw_math }}}
* description {{{ * description {{{
* Interpolated delay line, not smoothed. * Interpolated delay line, not smoothed.
* *

View File

@ -22,8 +22,8 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ * requires {{{
* bw_clip bw_config bw_common bw_gain bw_hp1 bw_lp1 bw_math bw_mm2 bw_peak * bw_clip bw_common bw_config bw_gain bw_hp1 bw_lp1 bw_math bw_mm2
* bw_one_pole bw_satur bw_svf * bw_one_pole bw_peak bw_satur bw_svf
* }}} * }}}
* description {{{ * description {{{
* Distortion effect. * Distortion effect.

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_gain bw_math bw_mm2 bw_peak bw_one_pole bw_satur * bw_common bw_config bw_gain bw_math bw_mm2 bw_one_pole bw_peak bw_satur
* bw_svf * bw_svf
* }}} * }}}
* description {{{ * description {{{

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.3.0 }}} * version {{{ 0.3.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Envelope follower made of a full-wave rectifier followed by * Envelope follower made of a full-wave rectifier followed by
* [bw_one_pole](bw_one_pole) one-pole filter (6 dB/oct). * [bw_one_pole](bw_one_pole) one-pole filter (6 dB/oct).

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_one_pole bw_math }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Linear ADSR envelope generator. * Linear ADSR envelope generator.
* *

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_gain bw_hp1 bw_hs1 bw_lp1 bw_math bw_mm1 * bw_common bw_config bw_gain bw_hp1 bw_hs1 bw_lp1 bw_math bw_mm1
* bw_one_pole bw_satur bw_svf * bw_one_pole bw_satur bw_svf
* }}} * }}}
* description {{{ * description {{{

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.3.0 }}} * version {{{ 0.3.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Gain. * Gain.
* }}} * }}}

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_lp1 bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_lp1 bw_math bw_one_pole }}}
* description {{{ * description {{{
* First-order highpass filter (6 dB/oct) with gain asymptotically * First-order highpass filter (6 dB/oct) with gain asymptotically
* approaching unity as frequency increases. * approaching unity as frequency increases.

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_gain bw_lp1 bw_math bw_mm1 bw_one_pole * bw_common bw_config bw_gain bw_lp1 bw_math bw_mm1 bw_one_pole
* }}} * }}}
* description {{{ * description {{{
* First-order high shelf filter (6 dB/oct) with unitary DC gain. * First-order high shelf filter (6 dB/oct) with unitary DC gain.

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_gain bw_math bw_mm2 bw_one_pole bw_svf * bw_common bw_config bw_gain bw_math bw_mm2 bw_one_pole bw_svf
* }}} * }}}
* description {{{ * description {{{
* Second-order high shelf filter (12 dB/oct) with unitary DC gain. * Second-order high shelf filter (12 dB/oct) with unitary DC gain.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* First-order lowpass filter (6 dB/oct) with unitary DC gain. * First-order lowpass filter (6 dB/oct) with unitary DC gain.
* *

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_gain bw_lp1 bw_math bw_mm1 bw_one_pole * bw_common bw_config bw_gain bw_lp1 bw_math bw_mm1 bw_one_pole
* }}} * }}}
* description {{{ * description {{{
* First-order low shelf filter (6 dB/oct) with gain asymptotically * First-order low shelf filter (6 dB/oct) with gain asymptotically

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_gain bw_math bw_mm2 bw_one_pole bw_svf * bw_common bw_config bw_gain bw_math bw_mm2 bw_one_pole bw_svf
* }}} * }}}
* description {{{ * description {{{
* Second-order low shelf filter (12 dB/oct) with gain asymptotically * Second-order low shelf filter (12 dB/oct) with gain asymptotically

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_gain bw_lp1 bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_gain bw_lp1 bw_math bw_one_pole }}}
* description {{{ * description {{{
* First-order multimode filter. * First-order multimode filter.
* }}} * }}}

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_gain bw_math bw_one_pole bw_svf }}} * requires {{{ bw_common bw_config bw_gain bw_math bw_one_pole bw_svf }}}
* description {{{ * description {{{
* Second-order multimode filter. * Second-order multimode filter.
* }}} * }}}

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.3.0 }}} * version {{{ 0.3.0 }}}
* requires {{{ bw_config bw_common bw_env_follow bw_one_pole bw_math }}} * requires {{{ bw_common bw_config bw_env_follow bw_math bw_one_pole }}}
* description {{{ * description {{{
* Noise gate with independent sidechain input. * Noise gate with independent sidechain input.
* }}} * }}}

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.2.0 }}} * version {{{ 0.2.0 }}}
* requires {{{ bw_config bw_common bw_math bw_rand }}} * requires {{{ bw_common bw_config bw_math bw_rand }}}
* description {{{ * description {{{
* Generator of white noise with uniform distribution. * Generator of white noise with uniform distribution.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole bw_svf }}} * requires {{{ bw_common bw_config bw_math bw_one_pole bw_svf }}}
* description {{{ * description {{{
* Second-order notch filter with unitary gain at DC and asymptotically as * Second-order notch filter with unitary gain at DC and asymptotically as
* frequency increases, and null gain at cutoff frequency. * frequency increases, and null gain at cutoff frequency.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math }}} * requires {{{ bw_common bw_config bw_math }}}
* description {{{ * description {{{
* One-pole (6 dB/oct) lowpass filter with unitary DC gain, separate attack * One-pole (6 dB/oct) lowpass filter with unitary DC gain, separate attack
* and decay time constants, and sticky target-reach threshold. * and decay time constants, and sticky target-reach threshold.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.2.0 }}} * version {{{ 0.2.0 }}}
* requires {{{ bw_config bw_common }}} * requires {{{ bw_common bw_config }}}
* description {{{ * description {{{
* Post-filter to decolorate oscillator waveshapers when antialiasing is on. * Post-filter to decolorate oscillator waveshapers when antialiasing is on.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_one_pole bw_math }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Pulse oscillator waveshaper with variable pulse width (actually, duty * Pulse oscillator waveshaper with variable pulse width (actually, duty
* cycle) and PolyBLEP antialiasing. * cycle) and PolyBLEP antialiasing.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math }}} * requires {{{ bw_common bw_config bw_math }}}
* description {{{ * description {{{
* Sawtooth oscillator waveshaper with PolyBLEP antialiasing. * Sawtooth oscillator waveshaper with PolyBLEP antialiasing.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.2.0 }}} * version {{{ 0.2.0 }}}
* requires {{{ bw_config bw_common bw_math }}} * requires {{{ bw_common bw_config bw_math }}}
* description {{{ * description {{{
* Sinusoidal oscillator waveshaper. * Sinusoidal oscillator waveshaper.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ bw_config bw_common bw_one_pole bw_math }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Triangle oscillator waveshaper with variable slope (increasing time over * Triangle oscillator waveshaper with variable slope (increasing time over
* period) and PolyBLEP antialiasing. * period) and PolyBLEP antialiasing.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.3.0 }}} * version {{{ 0.3.0 }}}
* requires {{{ bw_config bw_common bw_gain bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_gain bw_math bw_one_pole }}}
* description {{{ * description {{{
* Stereo panner. * Stereo panner.
* }}} * }}}

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_gain bw_math bw_mm2 bw_one_pole bw_svf * bw_common bw_config bw_gain bw_math bw_mm2 bw_one_pole bw_svf
* }}} * }}}
* description {{{ * description {{{
* Second-order peak filter with unitary gain at DC and asymptotically * Second-order peak filter with unitary gain at DC and asymptotically

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Phase generator with portamento and exponential frequency modulation. * Phase generator with portamento and exponential frequency modulation.
* *

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ * requires {{{
* bw_ap1 bw_config bw_common bw_lp1 bw_math bw_one_pole bw_osc_sin * bw_ap1 bw_common bw_config bw_lp1 bw_math bw_one_pole bw_osc_sin
* bw_phase_gen * bw_phase_gen
* }}} * }}}
* description {{{ * description {{{

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common }}} * requires {{{ bw_common bw_config }}}
* description {{{ * description {{{
* Pinking filter. * Pinking filter.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.3.0 }}} * version {{{ 0.3.0 }}}
* requires {{{ bw_config bw_common bw_env_follow bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_env_follow bw_math bw_one_pole }}}
* description {{{ * description {{{
* Digital peak programme meter with adjustable integration time constant. * Digital peak programme meter with adjustable integration time constant.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ utility }}} * module_type {{{ utility }}}
* version {{{ 0.2.0 }}} * version {{{ 0.2.0 }}}
* requires {{{ bw_config bw_common }}} * requires {{{ bw_common bw_config }}}
* description {{{ * description {{{
* Pseudo-random number generators. * Pseudo-random number generators.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Ring modulator with variable modulation amount. * Ring modulator with variable modulation amount.
* }}} * }}}

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* Antialiased tanh-based saturation with parametric bias and gain * Antialiased tanh-based saturation with parametric bias and gain
* (compensation) and output bias removal. * (compensation) and output bias removal.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.2.0 }}} * version {{{ 0.2.0 }}}
* requires {{{ bw_config bw_common bw_math }}} * requires {{{ bw_common bw_config bw_math }}}
* description {{{ * description {{{
* Slew-rate limiter with separate maximum increasing and decreasing rates. * Slew-rate limiter with separate maximum increasing and decreasing rates.
* }}} * }}}

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math }}} * requires {{{ bw_common bw_config bw_math }}}
* description {{{ * description {{{
* Sample rate reducer. * Sample rate reducer.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math }}} * requires {{{ bw_common bw_config bw_math }}}
* description {{{ * description {{{
* Aribtrary-ratio IIR sample rate converter. * Aribtrary-ratio IIR sample rate converter.
* }}} * }}}

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math }}} * requires {{{ bw_common bw_config bw_math }}}
* description {{{ * description {{{
* Integer-ratio IIR sample rate converter. * Integer-ratio IIR sample rate converter.
* *

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.5.0 }}} * version {{{ 0.5.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole }}} * requires {{{ bw_common bw_config bw_math bw_one_pole }}}
* description {{{ * description {{{
* State variable filter (2nd order, 12 dB/oct) model with separated lowpass, * State variable filter (2nd order, 12 dB/oct) model with separated lowpass,
* bandpass, and highpass outputs. * bandpass, and highpass outputs.

View File

@ -22,7 +22,7 @@
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ * requires {{{
* bw_config bw_common bw_math bw_one_pole bw_osc_sin bw_phase_gen bw_ringmod * bw_common bw_config bw_math bw_one_pole bw_osc_sin bw_phase_gen bw_ringmod
* }}} * }}}
* description {{{ * description {{{
* Tremolo with variable speed and amount. * Tremolo with variable speed and amount.

View File

@ -21,7 +21,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.4.0 }}} * version {{{ 0.4.0 }}}
* requires {{{ bw_config bw_common bw_math bw_one_pole bw_svf }}} * requires {{{ bw_common bw_config bw_math bw_one_pole bw_svf }}}
* description {{{ * description {{{
* Wah effect. * Wah effect.
* *