From 06fc92a2e02a1d7cab8149d03ee6e3031c8babff Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Mon, 1 Jul 2024 17:33:45 +0200 Subject: [PATCH] bw_phase_gen: add phase_inc_{min,max} parameters --- include/bw_phase_gen.h | 78 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 73 insertions(+), 5 deletions(-) diff --git a/include/bw_phase_gen.h b/include/bw_phase_gen.h index e4523e5..9904f8f 100644 --- a/include/bw_phase_gen.h +++ b/include/bw_phase_gen.h @@ -20,7 +20,7 @@ /*! * module_type {{{ dsp }}} - * version {{{ 1.1.1 }}} + * version {{{ 1.2.0 }}} * requires {{{ bw_common bw_math bw_one_pole }}} * description {{{ * Phase generator with portamento and exponential frequency modulation. @@ -29,8 +29,9 @@ * }}} * changelog {{{ *