From daf0cb3e1c7152f67dc2b773275689cc97c8490d Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sat, 21 Sep 2024 12:45:00 +0200 Subject: [PATCH] introduce BW_{INCLUDE_WITH_QUOTES,NO_CXX,CXX_NO_EXTERN_C} --- include/bw_ap1.h | 60 ++++++++++++++++---------- include/bw_ap2.h | 60 ++++++++++++++++---------- include/bw_balance.h | 47 +++++++++++++------- include/bw_bd_reduce.h | 40 +++++++++++------ include/bw_buf.h | 82 +++++++++++++++++++---------------- include/bw_cab.h | 63 ++++++++++++++++----------- include/bw_chorus.h | 66 +++++++++++++++++----------- include/bw_clip.h | 63 ++++++++++++++++----------- include/bw_comb.h | 69 ++++++++++++++++++------------ include/bw_common.h | 92 ++++++++++++++++++++++++++-------------- include/bw_comp.h | 69 ++++++++++++++++++------------ include/bw_delay.h | 63 ++++++++++++++++----------- include/bw_dist.h | 75 ++++++++++++++++++++------------ include/bw_drive.h | 75 ++++++++++++++++++++------------ include/bw_dry_wet.h | 40 +++++++++++------ include/bw_env_follow.h | 63 ++++++++++++++++----------- include/bw_env_gen.h | 63 ++++++++++++++++----------- include/bw_fuzz.h | 75 ++++++++++++++++++++------------ include/bw_gain.h | 47 +++++++++++++------- include/bw_hp1.h | 60 ++++++++++++++++---------- include/bw_hs1.h | 63 ++++++++++++++++----------- include/bw_hs2.h | 63 ++++++++++++++++----------- include/bw_lp1.h | 63 ++++++++++++++++----------- include/bw_ls1.h | 63 ++++++++++++++++----------- include/bw_ls2.h | 63 ++++++++++++++++----------- include/bw_math.h | 16 ++++--- include/bw_mm1.h | 63 ++++++++++++++++----------- include/bw_mm2.h | 63 ++++++++++++++++----------- include/bw_noise_gate.h | 66 +++++++++++++++++----------- include/bw_noise_gen.h | 50 +++++++++++++++------- include/bw_notch.h | 60 ++++++++++++++++---------- include/bw_note_queue.h | 26 +++++++++--- include/bw_one_pole.h | 60 ++++++++++++++++---------- include/bw_osc_filt.h | 54 +++++++++++++---------- include/bw_osc_pulse.h | 47 +++++++++++++------- include/bw_osc_saw.h | 44 ++++++++++++------- include/bw_osc_sin.h | 44 ++++++++++++------- include/bw_osc_tri.h | 47 +++++++++++++------- include/bw_pan.h | 47 +++++++++++++------- include/bw_peak.h | 63 ++++++++++++++++----------- include/bw_phase_gen.h | 59 ++++++++++++++++---------- include/bw_phaser.h | 69 ++++++++++++++++++------------ include/bw_pink_filt.h | 54 +++++++++++++---------- include/bw_ppm.h | 60 ++++++++++++++++---------- include/bw_rand.h | 22 +++++++--- include/bw_reverb.h | 75 ++++++++++++++++++++------------ include/bw_ring_mod.h | 47 +++++++++++++------- include/bw_satur.h | 63 ++++++++++++++++----------- include/bw_slew_lim.h | 60 ++++++++++++++++---------- include/bw_sr_reduce.h | 60 ++++++++++++++++---------- include/bw_src.h | 62 +++++++++++++++++---------- include/bw_src_int.h | 62 +++++++++++++++++---------- include/bw_svf.h | 63 ++++++++++++++++----------- include/bw_trem.h | 66 +++++++++++++++++----------- include/bw_voice_alloc.h | 23 ++++++---- include/bw_wah.h | 60 ++++++++++++++++---------- 56 files changed, 2040 insertions(+), 1202 deletions(-) diff --git a/include/bw_ap1.h b/include/bw_ap1.h index b1eddf1..97fa898 100644 --- a/include/bw_ap1.h +++ b/include/bw_ap1.h @@ -20,7 +20,7 @@ /*! * module_type {{{ dsp }}} - * version {{{ 1.1.1 }}} + * version {{{ 1.2.0 }}} * requires {{{ bw_common bw_lp1 bw_math bw_one_pole }}} * description {{{ * First-order allpass filter (90° shift at cutoff, approaching 180° shift @@ -28,8 +28,11 @@ * }}} * changelog {{{ *