From 1d2f9dda394ee02750620db6d7bd080c9e3763df Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 2 Feb 2024 17:42:12 +0100 Subject: [PATCH] introuced BW_CXX_NO_ARRAY --- include/bw_ap1.h | 23 +++++++++++++++++++---- include/bw_ap2.h | 23 +++++++++++++++++++---- include/bw_balance.h | 15 +++++++++++---- include/bw_bd_reduce.h | 15 +++++++++++---- include/bw_buf.h | 35 +++++++++++++++++++++++++++++++---- include/bw_cab.h | 16 +++++++++++++++- include/bw_chorus.h | 23 +++++++++++++++++++---- include/bw_clip.h | 23 +++++++++++++++++++---- include/bw_comb.h | 23 +++++++++++++++++++---- include/bw_common.h | 15 +++++++++++++++ include/bw_comp.h | 23 +++++++++++++++++++---- include/bw_delay.h | 23 +++++++++++++++++++---- include/bw_dist.h | 23 +++++++++++++++++++---- include/bw_drive.h | 23 +++++++++++++++++++---- include/bw_dry_wet.h | 15 +++++++++++---- include/bw_env_follow.h | 23 +++++++++++++++++++---- include/bw_env_gen.h | 19 +++++++++++++++++-- include/bw_fuzz.h | 23 +++++++++++++++++++---- include/bw_gain.h | 15 +++++++++++---- include/bw_hp1.h | 23 +++++++++++++++++++---- include/bw_hs1.h | 23 +++++++++++++++++++---- include/bw_hs2.h | 23 +++++++++++++++++++---- include/bw_lp1.h | 23 +++++++++++++++++++---- include/bw_ls1.h | 23 +++++++++++++++++++---- include/bw_ls2.h | 23 +++++++++++++++++++---- include/bw_mm1.h | 23 +++++++++++++++++++---- include/bw_mm2.h | 23 +++++++++++++++++++---- include/bw_noise_gate.h | 23 +++++++++++++++++++---- include/bw_noise_gen.h | 15 +++++++++++---- include/bw_notch.h | 23 +++++++++++++++++++---- include/bw_one_pole.h | 23 +++++++++++++++++++---- include/bw_osc_filt.h | 23 +++++++++++++++++++---- include/bw_osc_pulse.h | 15 +++++++++++---- include/bw_osc_saw.h | 15 +++++++++++---- include/bw_osc_sin.h | 15 +++++++++++---- include/bw_osc_tri.h | 15 +++++++++++---- include/bw_pan.h | 15 +++++++++++---- include/bw_peak.h | 23 +++++++++++++++++++---- include/bw_phase_gen.h | 23 +++++++++++++++++++---- include/bw_phaser.h | 23 +++++++++++++++++++---- include/bw_pink_filt.h | 23 +++++++++++++++++++---- include/bw_ppm.h | 23 +++++++++++++++++++---- include/bw_reverb.h | 23 +++++++++++++++++++---- include/bw_ring_mod.h | 15 +++++++++++---- include/bw_satur.h | 23 +++++++++++++++++++---- include/bw_slew_lim.h | 23 +++++++++++++++++++---- include/bw_sr_reduce.h | 23 +++++++++++++++++++---- include/bw_src.h | 23 +++++++++++++++++++---- include/bw_src_int.h | 23 +++++++++++++++++++---- include/bw_svf.h | 23 +++++++++++++++++++---- include/bw_trem.h | 23 +++++++++++++++++++---- include/bw_wah.h | 23 +++++++++++++++++++---- 52 files changed, 902 insertions(+), 199 deletions(-) diff --git a/include/bw_ap1.h b/include/bw_ap1.h index 002a890..26ebbca 100644 --- a/include/bw_ap1.h +++ b/include/bw_ap1.h @@ -20,7 +20,7 @@ /*! * module_type {{{ dsp }}} - * version {{{ 1.0.1 }}} + * version {{{ 1.1.0 }}} * requires {{{ bw_common bw_lp1 bw_math bw_one_pole }}} * description {{{ * First-order allpass filter (90° shift at cutoff, approaching 180° shift @@ -28,9 +28,10 @@ * }}} * changelog {{{ *