diff options
author | David Robillard <d@drobilla.net> | 2012-07-14 23:58:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-14 23:58:43 +0000 |
commit | 1970663508383a29973968702fd0145c3b2da92e (patch) | |
tree | 68650167a260a7e72782a3c1d246c32f86f11e0c | |
parent | b58dac5261b6b51bb6fc2115528702b8a69b5c3f (diff) | |
download | ingen-1970663508383a29973968702fd0145c3b2da92e.tar.gz ingen-1970663508383a29973968702fd0145c3b2da92e.tar.bz2 ingen-1970663508383a29973968702fd0145c3b2da92e.zip |
Remove old host-info description.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4535 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | ingen.ttl | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -2,9 +2,8 @@ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . -@prefix hi: <http://lv2plug.in/ns/ext/host-info#> . -<http://drobilla.net/software/ingen> a doap:Project, hi:Host ; +<http://drobilla.net/software/ingen> a doap:Project ; doap:name "Ingen" ; doap:shortdesc "A modular audio processing environment." ; doap:homepage <http://drobilla.net/software/ingen/> ; @@ -23,15 +22,6 @@ 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/ext/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. |