update ChangeLog

This commit is contained in:
Stefano D'Angelo 2025-09-26 10:23:45 +02:00
parent 3db0431367
commit 1a36a91915

View File

@ -2,6 +2,8 @@
----- -----
* Added new bw_sampler module and related new synth(pp)_sampler examples. * Added new bw_sampler module and related new synth(pp)_sampler examples.
* Added bw_{signfill,min,max,clip}{i,u}{8,16}() and bw_sechf() to bw_math. * Added bw_{signfill,min,max,clip}{i,u}{8,16}() and bw_sechf() to bw_math.
* Fixed bug in bw_env_gen which caused looping behavior when skip sustain was active and gate was kept on.
* Fixed bug which resulted in bad coefficients in bw_iir1_coeffs_hp1().
* Improved precision and performance of bw_log_1pexpxf() and bw_log10_1p10xf(). * Improved precision and performance of bw_log_1pexpxf() and bw_log10_1p10xf().
* Small optimization in bw_svf. * Small optimization in bw_svf.
* Updated examples' build system to Tibia 0.2.0. * Updated examples' build system to Tibia 0.2.0.