added bw_one_pole bug fix to ChangeLog
This commit is contained in:
parent
fb91abdec3
commit
c1a6839a60
@ -20,6 +20,7 @@
|
||||
* Using official logo as VST3 plugin icon.
|
||||
* Minor performance improvements in bw_svf.
|
||||
* Fixed potential bug when setting parameters in examples.
|
||||
* Fixed missing initialization of sticky mode in bw_one_pole.
|
||||
|
||||
0.1.0
|
||||
-----
|
||||
|
@ -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`.
|
||||
* }}} */
|
||||
|
||||
|
||||
|
||||
/*** Implementation ***/
|
||||
|
||||
/* WARNING: This part of the file is not part of the public API. Its content may
|
||||
|
Loading…
Reference in New Issue
Block a user