added missing bw_mm1 to list of bw_drive deps

This commit is contained in:
Stefano D'Angelo 2025-03-27 05:20:28 +01:00
parent 5f494781ac
commit f960114cfb

View File

@ -20,9 +20,9 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 1.2.1 }}} * version {{{ 1.2.2 }}}
* requires {{{ * 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 * bw_satur bw_svf
* }}} * }}}
* description {{{ * description {{{
@ -32,6 +32,11 @@
* }}} * }}}
* changelog {{{ * changelog {{{
* <ul> * <ul>
* <li>Version <strong>1.2.2</strong>:
* <ul>
* <li>Added missing bw_mm1 to list of dependencies.</li>
* </ul>
* </li>
* <li>Version <strong>1.2.1</strong>: * <li>Version <strong>1.2.1</strong>:
* <ul> * <ul>
* <li>Now using <code>BW_NULL</code> in the C++ API and * <li>Now using <code>BW_NULL</code> in the C++ API and