From 324aa911fdc6a186d55c3d061ae9e98636d6ec5f Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Wed, 18 Sep 2024 17:03:31 +0200 Subject: [PATCH] bw_voice_alloc: added static inline --- include/bw_voice_alloc.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/include/bw_voice_alloc.h b/include/bw_voice_alloc.h index ddd1d90..235bef3 100644 --- a/include/bw_voice_alloc.h +++ b/include/bw_voice_alloc.h @@ -20,13 +20,19 @@ /*! * module_type {{{ utility }}} - * version {{{ 1.0.1 }}} + * version {{{ 1.0.2 }}} * requires {{{ bw_common bw_note_queue }}} * description {{{ * Basic voice allocator with low/high note priority. * }}} * changelog {{{ *