From b5cdf2ad192713439eead4f578262f4db890bb99 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 21 Feb 2025 14:58:35 +0100 Subject: [PATCH] bw_svf: small optmization --- include/bw_svf.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/include/bw_svf.h b/include/bw_svf.h index 4de0701..458d3d2 100644 --- a/include/bw_svf.h +++ b/include/bw_svf.h @@ -20,7 +20,7 @@ /*! * module_type {{{ dsp }}} - * version {{{ 1.2.1 }}} + * version {{{ 1.2.2 }}} * requires {{{ bw_common bw_math bw_one_pole }}} * description {{{ * State variable filter (2nd order, 12 dB/oct) model with separated lowpass, @@ -28,6 +28,11 @@ * }}} * changelog {{{ *