From f960114cfbbd6ef5acc450b64a6c144af10a0e43 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Thu, 27 Mar 2025 05:20:28 +0100 Subject: [PATCH] added missing bw_mm1 to list of bw_drive deps --- include/bw_drive.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/include/bw_drive.h b/include/bw_drive.h index efe85b4..3f44712 100644 --- a/include/bw_drive.h +++ b/include/bw_drive.h @@ -20,9 +20,9 @@ /*! * module_type {{{ dsp }}} - * version {{{ 1.2.1 }}} + * version {{{ 1.2.2 }}} * requires {{{ - * bw_common bw_gain bw_hs1 bw_lp1 bw_math bw_mm2 bw_one_pole bw_peak + * bw_common bw_gain bw_hs1 bw_lp1 bw_math bw_mm1 bw_mm2 bw_one_pole bw_peak * bw_satur bw_svf * }}} * description {{{ @@ -32,6 +32,11 @@ * }}} * changelog {{{ *