aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/manifest.ttl.in
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-04-03 15:07:02 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-04-03 15:30:28 +0200
commit7881b2698cee2b0187adbe8a2c0a66a90cc371c1 (patch)
tree97634f663c6f24ae7d03a9400be2320671a494f1 /plugins/LV2/manifest.ttl.in
parent44faf659b6dd2de36d086e1cb5dfa5a978d89d37 (diff)
downloadairwindows-lv2-port-7881b2698cee2b0187adbe8a2c0a66a90cc371c1.tar.gz
airwindows-lv2-port-7881b2698cee2b0187adbe8a2c0a66a90cc371c1.tar.bz2
airwindows-lv2-port-7881b2698cee2b0187adbe8a2c0a66a90cc371c1.zip
Add more plugins, Console5Buss to curve
Diffstat (limited to 'plugins/LV2/manifest.ttl.in')
-rw-r--r--plugins/LV2/manifest.ttl.in63
1 files changed, 63 insertions, 0 deletions
diff --git a/plugins/LV2/manifest.ttl.in b/plugins/LV2/manifest.ttl.in
index 7179adf..521a596 100644
--- a/plugins/LV2/manifest.ttl.in
+++ b/plugins/LV2/manifest.ttl.in
@@ -332,3 +332,66 @@ airwindows:compresaturator
doap:license <http://opensource.org/licenses/mit> ;
lv2:binary <Compresaturator@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
rdfs:seeAlso <Compresaturator.ttl> .
+
+airwindows:cstrip
+ a lv2:Plugin ;
+ doap:name "Airwindows CStrip" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <CStrip@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <CStrip.ttl> .
+
+airwindows:console5buss
+ a lv2:Plugin ;
+ doap:name "Airwindows Console5Buss" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Console5Buss@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Console5Buss.ttl> .
+
+airwindows:console5channel
+ a lv2:Plugin ;
+ doap:name "Airwindows Console5Channel" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Console5Channel@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Console5Channel.ttl> .
+
+airwindows:console5darkch
+ a lv2:Plugin ;
+ doap:name "Airwindows Console5DarkCh" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Console5DarkCh@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Console5DarkCh.ttl> .
+
+airwindows:console6buss
+ a lv2:Plugin ;
+ doap:name "Airwindows Console6Buss" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Console6Buss@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Console6Buss.ttl> .
+
+airwindows:console6channel
+ a lv2:Plugin ;
+ doap:name "Airwindows Console6Channel" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Console6Channel@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Console6Channel.ttl> .
+
+airwindows:crunchygroovewear
+ a lv2:Plugin ;
+ doap:name "Airwindows CrunchyGrooveWear" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <CrunchyGrooveWear@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <CrunchyGrooveWear.ttl> .
+
+airwindows:crystal
+ a lv2:Plugin ;
+ doap:name "Airwindows Crystal" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Crystal@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Crystal.ttl> .
+
+airwindows:curve
+ a lv2:Plugin ;
+ doap:name "Airwindows curve" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <curve@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <curve.ttl> .