From 10a2d1ff45e3069e45c1256f50e2f207e84dcb05 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sat, 15 Jun 2024 13:16:08 +0200 Subject: [PATCH] revised process_multi buffer assumptions --- include/bw_ap1.h | 12 +++++++++++- include/bw_ap2.h | 12 +++++++++++- include/bw_balance.h | 16 +++++++++++++++- include/bw_bd_reduce.h | 9 +++++++-- include/bw_buf.h | 29 ++++++++++++++++++++++++++++- include/bw_cab.h | 12 +++++++++++- include/bw_chorus.h | 12 +++++++++++- include/bw_clip.h | 12 +++++++++++- include/bw_comb.h | 12 +++++++++++- include/bw_comp.h | 16 +++++++++++++++- include/bw_delay.h | 12 +++++++++++- include/bw_dist.h | 12 +++++++++++- include/bw_drive.h | 12 +++++++++++- include/bw_dry_wet.h | 8 ++++++++ include/bw_env_follow.h | 16 ++++++++++++++-- include/bw_fuzz.h | 12 +++++++++++- include/bw_gain.h | 12 +++++++++++- include/bw_hp1.h | 12 +++++++++++- include/bw_hs1.h | 12 +++++++++++- include/bw_hs2.h | 12 +++++++++++- include/bw_lp1.h | 12 +++++++++++- include/bw_ls1.h | 12 +++++++++++- include/bw_ls2.h | 12 +++++++++++- include/bw_mm1.h | 12 +++++++++++- include/bw_mm2.h | 12 +++++++++++- include/bw_noise_gate.h | 20 ++++++++++++++++++-- include/bw_notch.h | 12 +++++++++++- include/bw_one_pole.h | 16 ++++++++++++++-- include/bw_osc_filt.h | 13 ++++++++++++- include/bw_osc_pulse.h | 19 ++++++++++++++++++- include/bw_osc_saw.h | 19 ++++++++++++++++++- include/bw_osc_sin.h | 12 +++++++++++- include/bw_osc_tri.h | 19 ++++++++++++++++++- include/bw_pan.h | 14 +++++++++++++- include/bw_peak.h | 12 +++++++++++- include/bw_phase_gen.h | 29 +++++++++++++++++++++++++---- include/bw_phaser.h | 12 +++++++++++- include/bw_pink_filt.h | 13 ++++++++++++- include/bw_ppm.h | 15 +++++++++++++-- include/bw_reverb.h | 16 +++++++++++++++- include/bw_ring_mod.h | 15 ++++++++++++++- include/bw_satur.h | 12 +++++++++++- include/bw_slew_lim.h | 16 ++++++++++++++-- include/bw_sr_reduce.h | 13 ++++++++++++- include/bw_svf.h | 27 +++++++++++++++++++++++---- include/bw_trem.h | 12 +++++++++++- include/bw_wah.h | 12 +++++++++++- 47 files changed, 612 insertions(+), 58 deletions(-) diff --git a/include/bw_ap1.h b/include/bw_ap1.h index 26ebbca..137a3cb 100644 --- a/include/bw_ap1.h +++ b/include/bw_ap1.h @@ -20,7 +20,7 @@ /*! * module_type {{{ dsp }}} - * version {{{ 1.1.0 }}} + * version {{{ 1.1.1 }}} * requires {{{ bw_common bw_lp1 bw_math bw_one_pole }}} * description {{{ * First-order allpass filter (90° shift at cutoff, approaching 180° shift @@ -28,6 +28,13 @@ * }}} * changelog {{{ *