bw_svf: copryight notice update and draft 0.3.0 changelog

This commit is contained in:
Stefano D'Angelo 2023-01-12 20:22:37 +01:00
parent 97492ce701
commit 87cb193a48

View File

@ -1,7 +1,7 @@
/* /*
* Brickworks * Brickworks
* *
* Copyright (C) 2022 Orastron Srl unipersonale * Copyright (C) 2022, 2023 Orastron Srl unipersonale
* *
* Brickworks is free software: you can redistribute it and/or modify * Brickworks is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -20,7 +20,7 @@
/*! /*!
* module_type {{{ dsp }}} * module_type {{{ dsp }}}
* version {{{ 0.2.0 }}} * version {{{ 0.3.0 }}}
* requires {{{ bw_config bw_common bw_one_pole bw_math }}} * requires {{{ bw_config bw_common bw_one_pole bw_math }}}
* description {{{ * description {{{
* State variable filter (2nd order, 12 dB/oct) model with separated lowpass, * State variable filter (2nd order, 12 dB/oct) model with separated lowpass,
@ -28,6 +28,11 @@
* }}} * }}}
* changelog {{{ * changelog {{{
* <ul> * <ul>
* <li>Version <strong>0.3.0</strong>:
* <ul>
* <li>Added prewarping control.</li>
* </ul>
* </li>
* <li>Version <strong>0.2.0</strong>: * <li>Version <strong>0.2.0</strong>:
* <ul> * <ul>
* <li>Refactored API.</li> * <li>Refactored API.</li>