cosmetic doc change in most modules
This commit is contained in:
parent
5201d3363a
commit
44691855ae
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* First-order allpass filter (90° shift at cutoff, approaching 180° shift
|
||||
* at high frequencies) with unitary gain.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Second-order allpass filter (180° shift at cutoff, approaching 360° shift
|
||||
* at high frequencies) with unitary gain.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Stereo balance.
|
||||
* }}}
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* Bit depth reducer.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ utility }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* requires {{{ bw_config bw_common }}}
|
||||
* requires {{{ bw_common bw_config }}}
|
||||
* description {{{
|
||||
* Common operations on buffers.
|
||||
* }}}
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* 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
|
||||
* }}}
|
||||
* description {{{
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Antialiased hard clipper with parametric bias and gain
|
||||
* (compensation) and output bias removal.
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* 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 {{{
|
||||
* Comb filter / delay effect with feedforward and feedback paths.
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* 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 {{{
|
||||
* Feedforward compressor/limiter with independent sidechain input.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* requires {{{ bw_buf bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_buf bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* Interpolated delay line, not smoothed.
|
||||
*
|
||||
|
@ -22,8 +22,8 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* requires {{{
|
||||
* bw_clip bw_config bw_common bw_gain bw_hp1 bw_lp1 bw_math bw_mm2 bw_peak
|
||||
* bw_one_pole bw_satur bw_svf
|
||||
* bw_clip bw_common bw_config bw_gain bw_hp1 bw_lp1 bw_math bw_mm2
|
||||
* bw_one_pole bw_peak bw_satur bw_svf
|
||||
* }}}
|
||||
* description {{{
|
||||
* Distortion effect.
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* 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
|
||||
* }}}
|
||||
* description {{{
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Envelope follower made of a full-wave rectifier followed by
|
||||
* [bw_one_pole](bw_one_pole) one-pole filter (6 dB/oct).
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Linear ADSR envelope generator.
|
||||
*
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* 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
|
||||
* }}}
|
||||
* description {{{
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Gain.
|
||||
* }}}
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* First-order highpass filter (6 dB/oct) with gain asymptotically
|
||||
* approaching unity as frequency increases.
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* 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 {{{
|
||||
* First-order high shelf filter (6 dB/oct) with unitary DC gain.
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* 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 {{{
|
||||
* Second-order high shelf filter (12 dB/oct) with unitary DC gain.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* First-order lowpass filter (6 dB/oct) with unitary DC gain.
|
||||
*
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* 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 {{{
|
||||
* First-order low shelf filter (6 dB/oct) with gain asymptotically
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* 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 {{{
|
||||
* Second-order low shelf filter (12 dB/oct) with gain asymptotically
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* First-order multimode filter.
|
||||
* }}}
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Second-order multimode filter.
|
||||
* }}}
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Noise gate with independent sidechain input.
|
||||
* }}}
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.2.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math bw_rand }}}
|
||||
* requires {{{ bw_common bw_config bw_math bw_rand }}}
|
||||
* description {{{
|
||||
* Generator of white noise with uniform distribution.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Second-order notch filter with unitary gain at DC and asymptotically as
|
||||
* frequency increases, and null gain at cutoff frequency.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* One-pole (6 dB/oct) lowpass filter with unitary DC gain, separate attack
|
||||
* and decay time constants, and sticky target-reach threshold.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.2.0 }}}
|
||||
* requires {{{ bw_config bw_common }}}
|
||||
* requires {{{ bw_common bw_config }}}
|
||||
* description {{{
|
||||
* Post-filter to decolorate oscillator waveshapers when antialiasing is on.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Pulse oscillator waveshaper with variable pulse width (actually, duty
|
||||
* cycle) and PolyBLEP antialiasing.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* Sawtooth oscillator waveshaper with PolyBLEP antialiasing.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.2.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* Sinusoidal oscillator waveshaper.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Triangle oscillator waveshaper with variable slope (increasing time over
|
||||
* period) and PolyBLEP antialiasing.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Stereo panner.
|
||||
* }}}
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* 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 {{{
|
||||
* Second-order peak filter with unitary gain at DC and asymptotically
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Phase generator with portamento and exponential frequency modulation.
|
||||
*
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.5.0 }}}
|
||||
* 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
|
||||
* }}}
|
||||
* description {{{
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* requires {{{ bw_config bw_common }}}
|
||||
* requires {{{ bw_common bw_config }}}
|
||||
* description {{{
|
||||
* Pinking filter.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Digital peak programme meter with adjustable integration time constant.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ utility }}}
|
||||
* version {{{ 0.2.0 }}}
|
||||
* requires {{{ bw_config bw_common }}}
|
||||
* requires {{{ bw_common bw_config }}}
|
||||
* description {{{
|
||||
* Pseudo-random number generators.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Ring modulator with variable modulation amount.
|
||||
* }}}
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Antialiased tanh-based saturation with parametric bias and gain
|
||||
* (compensation) and output bias removal.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.2.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* Slew-rate limiter with separate maximum increasing and decreasing rates.
|
||||
* }}}
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* Sample rate reducer.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* Aribtrary-ratio IIR sample rate converter.
|
||||
* }}}
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* requires {{{ bw_config bw_common bw_math }}}
|
||||
* requires {{{ bw_common bw_config bw_math }}}
|
||||
* description {{{
|
||||
* Integer-ratio IIR sample rate converter.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* State variable filter (2nd order, 12 dB/oct) model with separated lowpass,
|
||||
* bandpass, and highpass outputs.
|
||||
|
@ -22,7 +22,7 @@
|
||||
* module_type {{{ dsp }}}
|
||||
* version {{{ 0.4.0 }}}
|
||||
* 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 {{{
|
||||
* Tremolo with variable speed and amount.
|
||||
|
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
* module_type {{{ dsp }}}
|
||||
* 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 {{{
|
||||
* Wah effect.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user