From 44691855aea97752fb08475df0b76d4db74aca0c Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Mon, 29 May 2023 13:51:57 +0200 Subject: [PATCH] cosmetic doc change in most modules --- include/bw_ap1.h | 2 +- include/bw_ap2.h | 2 +- include/bw_balance.h | 2 +- include/bw_bd_reduce.h | 2 +- include/bw_buf.h | 2 +- include/bw_chorus.h | 2 +- include/bw_clip.h | 2 +- include/bw_comb.h | 2 +- include/bw_comp.h | 2 +- include/bw_delay.h | 2 +- include/bw_dist.h | 4 ++-- include/bw_drive.h | 2 +- include/bw_env_follow.h | 2 +- include/bw_env_gen.h | 2 +- include/bw_fuzz.h | 2 +- include/bw_gain.h | 2 +- include/bw_hp1.h | 2 +- include/bw_hs1.h | 2 +- include/bw_hs2.h | 2 +- include/bw_lp1.h | 2 +- include/bw_ls1.h | 2 +- include/bw_ls2.h | 2 +- include/bw_mm1.h | 2 +- include/bw_mm2.h | 2 +- include/bw_noise_gate.h | 2 +- include/bw_noise_gen.h | 2 +- include/bw_notch.h | 2 +- include/bw_one_pole.h | 2 +- include/bw_osc_filt.h | 2 +- include/bw_osc_pulse.h | 2 +- include/bw_osc_saw.h | 2 +- include/bw_osc_sin.h | 2 +- include/bw_osc_tri.h | 2 +- include/bw_pan.h | 2 +- include/bw_peak.h | 2 +- include/bw_phase_gen.h | 2 +- include/bw_phaser.h | 2 +- include/bw_pink_filt.h | 2 +- include/bw_ppm.h | 2 +- include/bw_rand.h | 2 +- include/bw_ringmod.h | 2 +- include/bw_satur.h | 2 +- include/bw_slew_lim.h | 2 +- include/bw_sr_reduce.h | 2 +- include/bw_src.h | 2 +- include/bw_src_int.h | 2 +- include/bw_svf.h | 2 +- include/bw_trem.h | 2 +- include/bw_wah.h | 2 +- 49 files changed, 50 insertions(+), 50 deletions(-) diff --git a/include/bw_ap1.h b/include/bw_ap1.h index 67f705b..d62ad65 100644 --- a/include/bw_ap1.h +++ b/include/bw_ap1.h @@ -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. diff --git a/include/bw_ap2.h b/include/bw_ap2.h index 894be11..57a8678 100644 --- a/include/bw_ap2.h +++ b/include/bw_ap2.h @@ -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. diff --git a/include/bw_balance.h b/include/bw_balance.h index 197b4b7..a96a863 100644 --- a/include/bw_balance.h +++ b/include/bw_balance.h @@ -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. * }}} diff --git a/include/bw_bd_reduce.h b/include/bw_bd_reduce.h index 91b6596..242b554 100644 --- a/include/bw_bd_reduce.h +++ b/include/bw_bd_reduce.h @@ -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. * diff --git a/include/bw_buf.h b/include/bw_buf.h index f289c71..7ad2312 100644 --- a/include/bw_buf.h +++ b/include/bw_buf.h @@ -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. * }}} diff --git a/include/bw_chorus.h b/include/bw_chorus.h index 9c25540..a0d1a8b 100644 --- a/include/bw_chorus.h +++ b/include/bw_chorus.h @@ -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 {{{ diff --git a/include/bw_clip.h b/include/bw_clip.h index 6b11a1b..8d380b3 100644 --- a/include/bw_clip.h +++ b/include/bw_clip.h @@ -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. diff --git a/include/bw_comb.h b/include/bw_comb.h index 8ffbf24..17fd3de 100644 --- a/include/bw_comb.h +++ b/include/bw_comb.h @@ -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. diff --git a/include/bw_comp.h b/include/bw_comp.h index b14263f..cc76e68 100644 --- a/include/bw_comp.h +++ b/include/bw_comp.h @@ -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. diff --git a/include/bw_delay.h b/include/bw_delay.h index 926021f..98ebf05 100644 --- a/include/bw_delay.h +++ b/include/bw_delay.h @@ -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. * diff --git a/include/bw_dist.h b/include/bw_dist.h index 93c5e30..48338b5 100644 --- a/include/bw_dist.h +++ b/include/bw_dist.h @@ -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. diff --git a/include/bw_drive.h b/include/bw_drive.h index 8868650..d3186f4 100644 --- a/include/bw_drive.h +++ b/include/bw_drive.h @@ -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 {{{ diff --git a/include/bw_env_follow.h b/include/bw_env_follow.h index de39682..452f94a 100644 --- a/include/bw_env_follow.h +++ b/include/bw_env_follow.h @@ -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). diff --git a/include/bw_env_gen.h b/include/bw_env_gen.h index ebf586a..ab1f8c6 100644 --- a/include/bw_env_gen.h +++ b/include/bw_env_gen.h @@ -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. * diff --git a/include/bw_fuzz.h b/include/bw_fuzz.h index 4f65bca..cdb75ce 100644 --- a/include/bw_fuzz.h +++ b/include/bw_fuzz.h @@ -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 {{{ diff --git a/include/bw_gain.h b/include/bw_gain.h index 669dfd3..1788734 100644 --- a/include/bw_gain.h +++ b/include/bw_gain.h @@ -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. * }}} diff --git a/include/bw_hp1.h b/include/bw_hp1.h index b01d734..424f1bc 100644 --- a/include/bw_hp1.h +++ b/include/bw_hp1.h @@ -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. diff --git a/include/bw_hs1.h b/include/bw_hs1.h index 34a6f9c..33b7318 100644 --- a/include/bw_hs1.h +++ b/include/bw_hs1.h @@ -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. diff --git a/include/bw_hs2.h b/include/bw_hs2.h index 73ff266..39854cb 100644 --- a/include/bw_hs2.h +++ b/include/bw_hs2.h @@ -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. diff --git a/include/bw_lp1.h b/include/bw_lp1.h index 9556560..c416c07 100644 --- a/include/bw_lp1.h +++ b/include/bw_lp1.h @@ -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. * diff --git a/include/bw_ls1.h b/include/bw_ls1.h index e7b519d..abbc091 100644 --- a/include/bw_ls1.h +++ b/include/bw_ls1.h @@ -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 diff --git a/include/bw_ls2.h b/include/bw_ls2.h index e270e87..1a7618b 100644 --- a/include/bw_ls2.h +++ b/include/bw_ls2.h @@ -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 diff --git a/include/bw_mm1.h b/include/bw_mm1.h index 36570a6..3fefc56 100644 --- a/include/bw_mm1.h +++ b/include/bw_mm1.h @@ -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. * }}} diff --git a/include/bw_mm2.h b/include/bw_mm2.h index 4d0b630..ea8f857 100644 --- a/include/bw_mm2.h +++ b/include/bw_mm2.h @@ -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. * }}} diff --git a/include/bw_noise_gate.h b/include/bw_noise_gate.h index 91c6f36..abee44f 100644 --- a/include/bw_noise_gate.h +++ b/include/bw_noise_gate.h @@ -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. * }}} diff --git a/include/bw_noise_gen.h b/include/bw_noise_gen.h index 5835aa8..07e0c98 100644 --- a/include/bw_noise_gen.h +++ b/include/bw_noise_gen.h @@ -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. * diff --git a/include/bw_notch.h b/include/bw_notch.h index 80c595a..f048d30 100644 --- a/include/bw_notch.h +++ b/include/bw_notch.h @@ -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. diff --git a/include/bw_one_pole.h b/include/bw_one_pole.h index 889b0a5..6a0fc67 100644 --- a/include/bw_one_pole.h +++ b/include/bw_one_pole.h @@ -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. diff --git a/include/bw_osc_filt.h b/include/bw_osc_filt.h index 8ba1c97..fd636d4 100644 --- a/include/bw_osc_filt.h +++ b/include/bw_osc_filt.h @@ -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. * diff --git a/include/bw_osc_pulse.h b/include/bw_osc_pulse.h index 0c66e4f..609c860 100644 --- a/include/bw_osc_pulse.h +++ b/include/bw_osc_pulse.h @@ -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. diff --git a/include/bw_osc_saw.h b/include/bw_osc_saw.h index 08f10b7..f353e7c 100644 --- a/include/bw_osc_saw.h +++ b/include/bw_osc_saw.h @@ -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. * diff --git a/include/bw_osc_sin.h b/include/bw_osc_sin.h index 99f8e02..8d1c6af 100644 --- a/include/bw_osc_sin.h +++ b/include/bw_osc_sin.h @@ -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. * diff --git a/include/bw_osc_tri.h b/include/bw_osc_tri.h index 96d5f1d..c882886 100644 --- a/include/bw_osc_tri.h +++ b/include/bw_osc_tri.h @@ -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. diff --git a/include/bw_pan.h b/include/bw_pan.h index 6227dbe..5d7318a 100644 --- a/include/bw_pan.h +++ b/include/bw_pan.h @@ -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. * }}} diff --git a/include/bw_peak.h b/include/bw_peak.h index daed37a..8036b70 100644 --- a/include/bw_peak.h +++ b/include/bw_peak.h @@ -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 diff --git a/include/bw_phase_gen.h b/include/bw_phase_gen.h index f49cef2..e4f6346 100644 --- a/include/bw_phase_gen.h +++ b/include/bw_phase_gen.h @@ -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. * diff --git a/include/bw_phaser.h b/include/bw_phaser.h index a6a6514..64680ba 100644 --- a/include/bw_phaser.h +++ b/include/bw_phaser.h @@ -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 {{{ diff --git a/include/bw_pink_filt.h b/include/bw_pink_filt.h index 7ac79ac..91db064 100644 --- a/include/bw_pink_filt.h +++ b/include/bw_pink_filt.h @@ -21,7 +21,7 @@ /*! * module_type {{{ dsp }}} * version {{{ 0.4.0 }}} - * requires {{{ bw_config bw_common }}} + * requires {{{ bw_common bw_config }}} * description {{{ * Pinking filter. * diff --git a/include/bw_ppm.h b/include/bw_ppm.h index 59459e2..56d8058 100644 --- a/include/bw_ppm.h +++ b/include/bw_ppm.h @@ -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. * diff --git a/include/bw_rand.h b/include/bw_rand.h index 90df81b..d27b4dc 100644 --- a/include/bw_rand.h +++ b/include/bw_rand.h @@ -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. * diff --git a/include/bw_ringmod.h b/include/bw_ringmod.h index cd68cf7..fbead2f 100644 --- a/include/bw_ringmod.h +++ b/include/bw_ringmod.h @@ -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. * }}} diff --git a/include/bw_satur.h b/include/bw_satur.h index 9090b4d..f26ccd4 100644 --- a/include/bw_satur.h +++ b/include/bw_satur.h @@ -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. diff --git a/include/bw_slew_lim.h b/include/bw_slew_lim.h index 964a8dd..9d9d89a 100644 --- a/include/bw_slew_lim.h +++ b/include/bw_slew_lim.h @@ -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. * }}} diff --git a/include/bw_sr_reduce.h b/include/bw_sr_reduce.h index b34bbe1..0fa7875 100644 --- a/include/bw_sr_reduce.h +++ b/include/bw_sr_reduce.h @@ -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. * diff --git a/include/bw_src.h b/include/bw_src.h index f0b9d5b..1d4cbb6 100644 --- a/include/bw_src.h +++ b/include/bw_src.h @@ -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. * }}} diff --git a/include/bw_src_int.h b/include/bw_src_int.h index 49edac7..316b320 100644 --- a/include/bw_src_int.h +++ b/include/bw_src_int.h @@ -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. * diff --git a/include/bw_svf.h b/include/bw_svf.h index 4a8cc0e..9c1ccb9 100644 --- a/include/bw_svf.h +++ b/include/bw_svf.h @@ -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. diff --git a/include/bw_trem.h b/include/bw_trem.h index 5403fa4..36bb877 100644 --- a/include/bw_trem.h +++ b/include/bw_trem.h @@ -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. diff --git a/include/bw_wah.h b/include/bw_wah.h index 8b9c32c..21545df 100644 --- a/include/bw_wah.h +++ b/include/bw_wah.h @@ -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. *