aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/manifest.ttl.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LV2/manifest.ttl.in')
-rw-r--r--plugins/LV2/manifest.ttl.in117
1 files changed, 117 insertions, 0 deletions
diff --git a/plugins/LV2/manifest.ttl.in b/plugins/LV2/manifest.ttl.in
new file mode 100644
index 0000000..49d7406
--- /dev/null
+++ b/plugins/LV2/manifest.ttl.in
@@ -0,0 +1,117 @@
+@prefix airwindows: <https://www.airwindows.com/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<https://volse.net/~haraldei>
+ a foaf:Person ;
+ foaf:name "Harald Eilertsen" ;
+ foaf:mbox <mailto:haraldei@anduin.net> ;
+ rdfs:seeAlso <https://volse.net/~haraldei/airwindows> .
+
+
+airwindows:
+ a doap:Project ;
+ lv2:symbol "airwindows" ;
+ doap:name "Airwindows LV2" ;
+ doap:shortdesc "An LV2 port of the Airwindows plugins." ;
+ doap:homepage <https://code.volse.net/audio/plugins/airwindows-lv2-port.git> ;
+ doap:license <http://opensource.org/licenses/MIT> ;
+ doap:maintainer <https://volse.net/~haraldei> ;
+ doap:developer [
+ a foaf:Person ;
+ foaf:name "Chris Johnson" ;
+ foaf:mbox <chrisj@airwindows.com>
+ ] .
+
+airwindows:acceleration
+ a lv2:Plugin ;
+ doap:name "Airwindows Acceleration Limiter" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Acceleration@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Acceleration.ttl> .
+
+airwindows:adclip_7
+ a lv2:Plugin ;
+ doap:name "Airwindows ADClip7 Loudness Maximizer" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <ADClip7@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <ADClip7.ttl> .
+
+airwindows:adt
+ a lv2:Plugin ;
+ doap:name "Airwindows Adjustable Delay Taps" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <ADT@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <ADT.ttl> .
+
+airwindows:air
+ a lv2:Plugin ;
+ doap:name "Airwindows Air" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Air@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Air.ttl> .
+
+airwindows:apicolypse
+ a lv2:Plugin ;
+ doap:name "Airwindows Apicolypse" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Apicolypse@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Apicolypse.ttl> .
+
+airwindows:aquickvoiceclip
+ a lv2:Plugin ;
+ doap:name "Airwindows AQuickVoiceClip" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <AQuickVoiceClip@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <AQuickVoiceClip.ttl> .
+
+airwindows:atmospherebuss
+ a lv2:Plugin ;
+ doap:name "Airwindows AtmosphereBuss" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <AtmosphereBuss@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <AtmosphereBuss.ttl> .
+
+airwindows:atmospherechannel
+ a lv2:Plugin ;
+ doap:name "Airwindows AtmosphereChannel" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <AtmosphereChannel@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <AtmosphereChannel.ttl> .
+
+airwindows:aura
+ a lv2:Plugin ;
+ doap:name "Airwindows Aura" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Aura@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Aura.ttl> .
+
+airwindows:average
+ a lv2:Plugin ;
+ doap:name "Airwindows Average" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <Average@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <Average.ttl> .
+
+airwindows:avermatrix
+ a lv2:Plugin ;
+ doap:name "Airwindows AverMatrix" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <AverMatrix@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <AverMatrix.ttl> .
+
+airwindows:bassdrive
+ a lv2:Plugin ;
+ doap:name "Airwindows BassDrive" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <BassDrive@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <BassDrive.ttl> .
+
+airwindows:basskit
+ a lv2:Plugin ;
+ doap:name "Airwindows BassKit" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <BassKit@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <BassKit.ttl> .