summaryrefslogtreecommitdiffstats
path: root/ingen.lv2/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-22 20:25:02 +0000
committerDavid Robillard <d@drobilla.net>2012-04-22 20:25:02 +0000
commit7d1e0fbf4eb593e569f2e0bae46b4c0555d70d02 (patch)
tree5971f47234bff9f7ebd8db077afac4bf3935140a /ingen.lv2/manifest.ttl
parentac13f33ff30427f5dacd40da1ffc6b5dfe398d69 (diff)
downloadingen-7d1e0fbf4eb593e569f2e0bae46b4c0555d70d02.tar.gz
ingen-7d1e0fbf4eb593e569f2e0bae46b4c0555d70d02.tar.bz2
ingen-7d1e0fbf4eb593e569f2e0bae46b4c0555d70d02.zip
Delete crusty old ingen bundle.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4239 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen.lv2/manifest.ttl')
-rw-r--r--ingen.lv2/manifest.ttl43
1 files changed, 0 insertions, 43 deletions
diff --git a/ingen.lv2/manifest.ttl b/ingen.lv2/manifest.ttl
deleted file mode 100644
index 9b188e90..00000000
--- a/ingen.lv2/manifest.ttl
+++ /dev/null
@@ -1,43 +0,0 @@
-@prefix ingen: <http://drobilla.net/ns/ingen#> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
-@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
-
-ingen:ui
- a ui:GtkUI ;
- ui:binary <libingen_gui_lv2.so> ;
- lv2:requiredFeature urid:map ,
- urid:unmap ;
- ui:portNotification [
- lv2:symbol "conrol_out" ;
- ui:notifyType <http://lv2plug.in/ns/ext/atom#Blank> ;
- ] .
-
-<mono_synth.ttl>
- a lv2:Plugin ,
- ingen:Patch ;
- rdfs:seeAlso <mono_synth.ttl> ;
- ui:ui ingen:ui ;
- lv2:binary <libingen_lv2.so> .
-
-<mono_effect.ttl>
- a lv2:Plugin ,
- ingen:Patch ;
- rdfs:seeAlso <mono_effect.ttl> ;
- ui:ui ingen:ui ;
- lv2:binary <libingen_lv2.so> .
-
-<stereo_synth.ttl>
- a lv2:Plugin ,
- ingen:Patch ;
- rdfs:seeAlso <stereo_synth.ttl> ;
- ui:ui ingen:ui ;
- lv2:binary <libingen_lv2.so> .
-
-<stereo_effect.ttl>
- a lv2:Plugin ,
- ingen:Patch ;
- rdfs:seeAlso <stereo_effect.ttl> ;
- ui:ui ingen:ui ;
- lv2:binary <libingen_lv2.so> .