summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ingen.ttl18
1 files changed, 9 insertions, 9 deletions
diff --git a/ingen.ttl b/ingen.ttl
index 7b0c827a..83dd60eb 100644
--- a/ingen.ttl
+++ b/ingen.ttl
@@ -23,15 +23,15 @@
doap:browse <http://dev.drobilla.net/browser/trunk/ingen> ;
doap:location <http://svn.drobilla.net/lad/trunk/ingen>
] ;
- hi:supportsExtension [
- hi:extension <http://lv2plug.in/ns/extensions/ui> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/ext/midi> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/dev/presets> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/ext/event> ;
- ] ;
+ hi:supportsExtension [
+ hi:extension <http://lv2plug.in/ns/extensions/ui> ;
+ ] , [
+ hi:extension <http://lv2plug.in/ns/ext/midi> ;
+ ] , [
+ hi:extension <http://lv2plug.in/ns/dev/presets> ;
+ ] , [
+ hi:extension <http://lv2plug.in/ns/ext/event> ;
+ ] ;
doap:description """
A modular audio processing environment, where most functionality is provided
by generic plugins. Patching of audio, MIDI, and control data is supported.