aboutsummaryrefslogtreecommitdiffstats
path: root/fomp.lv2/manifest.ttl.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-05-05 09:46:40 +0000
committerDavid Robillard <d@drobilla.net>2014-05-05 09:46:40 +0000
commitb519cf2151fa3cff0a40646248c855f74c6b7baa (patch)
tree6cb62cce4ec82b7415d9eab1859253f2aa24d5ad /fomp.lv2/manifest.ttl.in
parentecc24d68b726c5822f009b8efd09c69c0d3305eb (diff)
downloadfomp.lv2-b519cf2151fa3cff0a40646248c855f74c6b7baa.tar.gz
fomp.lv2-b519cf2151fa3cff0a40646248c855f74c6b7baa.tar.bz2
fomp.lv2-b519cf2151fa3cff0a40646248c855f74c6b7baa.zip
Add Zita reverb (stereo and ambisonic variant).
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5395 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'fomp.lv2/manifest.ttl.in')
-rw-r--r--fomp.lv2/manifest.ttl.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/fomp.lv2/manifest.ttl.in b/fomp.lv2/manifest.ttl.in
index 191a5a3..fa8730e 100644
--- a/fomp.lv2/manifest.ttl.in
+++ b/fomp.lv2/manifest.ttl.in
@@ -98,3 +98,13 @@ fomp:autowah
a lv2:Plugin ;
rdfs:seeAlso <autowah.ttl> ;
lv2:binary <autowah@LIB_EXT@> .
+
+fomp:reverb
+ a lv2:Plugin ;
+ rdfs:seeAlso <reverb.ttl> ;
+ lv2:binary <reverbs@LIB_EXT@> .
+
+fomp:reverb_amb
+ a lv2:Plugin ;
+ rdfs:seeAlso <reverb_amb.ttl> ;
+ lv2:binary <reverbs@LIB_EXT@> .