From b11ed1fabd9c6db06e7aa7d4ad046d934bd113a7 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 22 Jul 2020 16:05:42 +0200 Subject: LV2: Added Aura, Average and AverMatrix plugins. Tried a way to get the units/labels for the AverMatrix controls to better fit. It's not perfect, and I'm not sure if it's possible to make it fit 100% either. I'll have to explore this some more. --- plugins/LV2/src/Aura/manifest.ttl.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/LV2/src/Aura/manifest.ttl.in (limited to 'plugins/LV2/src/Aura/manifest.ttl.in') diff --git a/plugins/LV2/src/Aura/manifest.ttl.in b/plugins/LV2/src/Aura/manifest.ttl.in new file mode 100644 index 0000000..66612e7 --- /dev/null +++ b/plugins/LV2/src/Aura/manifest.ttl.in @@ -0,0 +1,12 @@ +# LV2 Plugin manifest for Airwindows Aura plugin + +@prefix doap: . +@prefix lv2: . +@prefix rdfs: . + + + a lv2:Plugin ; + doap:name "Airwindows Aura" ; + doap:license ; + lv2:binary ; + rdfs:seeAlso . -- cgit v1.2.3