brickworks/ChangeLog

16 lines
505 B
Plaintext
Raw Normal View History

0.2.0
-----
* Refactored API of DSP modules.
* Removed bw_inline_one_pole (functionality implemented by bw_one_pole).
* Added bw_wah and bw_example_fx_wah.
* Added BW_RESTRICT and removed BW_MALLOC, BW_REALLOC, and BW_FREE from
bw_common.
* Renamed bw_example_fx to bw_example_fx_svf.
* Removed output "Level" parameter from bw_example_fx_svf.
* Using correct "Fx|Filter" VST3 subcategory for bw_example_fx_svf.
2022-11-20 09:23:04 +00:00
* Using official logo as VST3 plugin icon.
0.1.0
-----
First release.