-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christopher Arndt <[email protected]>
- Loading branch information
1 parent
d304840
commit 091d54b
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# CHANGELOG | ||
|
||
# v0.4.0 (2024-03-12) | ||
|
||
Changes: | ||
|
||
* Added Oberheim LPF/HPF/Bandpass/Bandstop filter. | ||
* Replaced FAUST implementation of MoogLadder | ||
(the previous one stopped working with newer FAUST versions). | ||
* Added CLAP and VST3 format. | ||
* Bumped minor LV2 bundle version of all plugins. | ||
* Updated DPF sub-module to commit `1504e7d3`. | ||
|
||
Fixes: | ||
|
||
* Fixed typo plugin display name of Korg filters. | ||
* Updated deprecated DPF param flag enum value in plugin sources. | ||
* Update signatures in FAUST source code comment. | ||
* Removed debugging output to stderr. | ||
* Corrected LV2 plugin category for korg35hpf. | ||
|
||
|
||
# v0.3.0 (2020-08-10) | ||
|
||
Changes: | ||
|
||
* Use unnormalized Hz values for cutoff param for all filters | ||
|
||
|
||
# v0.1.0 (2020-06-30) | ||
|
||
Initial release |