added bw_one_pole bug fix to ChangeLog

This commit is contained in:
Stefano D'Angelo 2022-12-03 13:09:46 +01:00
parent fb91abdec3
commit c1a6839a60
2 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@
* Using official logo as VST3 plugin icon. * Using official logo as VST3 plugin icon.
* Minor performance improvements in bw_svf. * Minor performance improvements in bw_svf.
* Fixed potential bug when setting parameters in examples. * Fixed potential bug when setting parameters in examples.
* Fixed missing initialization of sticky mode in bw_one_pole.
0.1.0 0.1.0
----- -----

View File

@ -261,8 +261,6 @@ static inline float bw_one_pole_get_y_z1(const bw_one_pole_state *BW_RESTRICT st
* Returns the last output sample stored in `state`. * Returns the last output sample stored in `state`.
* }}} */ * }}} */
/*** Implementation ***/ /*** Implementation ***/
/* WARNING: This part of the file is not part of the public API. Its content may /* WARNING: This part of the file is not part of the public API. Its content may