ChangeLog 0.6.0

This commit is contained in:
Stefano D'Angelo 2023-08-05 08:30:31 +02:00
parent f824bf0bc4
commit 45e2cd7976

View File

@ -1,3 +1,20 @@
0.6.0
-----
* Added support and examples for Android and iOS.
* Added debugging definitions and related new functions in bw_common.
* Added debugging code to bw_buf, bw_math, bw_note_queue, bw_rand, and
bw_voice_alloc, and also partly to bw_one_pole.
* Removed bw_config module.
* Removed bw_omega_3log() and bw_omega_3lognr() from bw_math.
* bw_one_pole_process*() now use BW_SIZE_T to count samples and channels.
* bw_voice_alloc() now uses BW_SIZE_T to count voices.
* Fixed bugs in bw_pow10f_3() and bw_acoshf_3().
* Fixed bug when using very high cutoff values in bw_one_pole.
* Fixed bug when signal level is extremely low in bw_ppm.
* Fixed harmless compiler warning in bw_randu32().
* Fixed number of channels in fx_reverb.
* Fixed (unused) note velocity in synth_poly and synthpp_poly.
0.5.0
-----
* Added new bw_fuzz, bw_clip, bw_dist, bw_drive, bw_drywet, bw_reverb,