summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2015-10-18 13:04:01 +1100
committerDamien Zammit <damien@zamaudio.com>2015-10-18 13:04:01 +1100
commit9b5c68db6d434415a5df715f8c7c1fda0e3e415d (patch)
tree4f1c924c6893990ecd0c078118cb9cff55c36dc5
parentc70ebf9bb6083ac325aa6cbbcb5f384e3a0cb62e (diff)
Version 3.6
Signed-off-by: Damien Zammit <damien@zamaudio.com>
-rw-r--r--README.md10
-rw-r--r--changelog9
2 files changed, 15 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2b7f8c0..2f9062b 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
zam-plugins
===========
-Collection of LV2/LADSPA audio plugins for high quality processing
+Collection of LV2/LADSPA/VST/JACK audio plugins for high quality processing
Note:
This is a new repo that contains the full history of the old repo.
-Submodules are now required (> 3.5).
+Submodules are now required (>= 3.6).
Uses Distrho Plugin Framework.
-Please use versions >= 3.5 of this package.
+Please use versions >= 3.6 of this package.
Build Dependencies:
===================
@@ -28,5 +28,7 @@ Bleeding edge installation:
Package Maintainers:
====================
- git checkout 3.5
+ git submodule init
+ git submodule update
+ git checkout 3.6
make dist
diff --git a/changelog b/changelog
index cf1c760..43fcb2b 100644
--- a/changelog
+++ b/changelog
@@ -18,3 +18,12 @@
3.5 Bugfixes and tweaks
- OSX port working
+
+3.6 New plugins and bugfixes
+ - DPF as a submodule
+ - ZamGate
+ - ZamHead
+ - Finer controls on multibands
+ - Various bugfixes
+ - Key events pass through to host
+