diff options
author | David Robillard <d@drobilla.net> | 2007-01-05 21:55:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-01-05 21:55:38 +0000 |
commit | 2fcb9c82c015524f7282b77ecd91d9e1f8db76e9 (patch) | |
tree | c21a83419001fe719e1b28fe847e32f21129e8bf /data | |
parent | e6eeac0ccc48f9a863aafd7ddf6d51c43b7e52b0 (diff) | |
download | lilv-2fcb9c82c015524f7282b77ecd91d9e1f8db76e9.tar.gz lilv-2fcb9c82c015524f7282b77ecd91d9e1f8db76e9.tar.bz2 lilv-2fcb9c82c015524f7282b77ecd91d9e1f8db76e9.zip |
LV2 spec updates.
git-svn-id: http://svn.drobilla.net/lad/slv2@232 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'data')
-rw-r--r-- | data/lv2.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/lv2.ttl b/data/lv2.ttl index a152045..fa3a1f5 100644 --- a/data/lv2.ttl +++ b/data/lv2.ttl @@ -500,6 +500,13 @@ Includes things like mathematical functions and non-musical delays. Any plugin that generates sound internally, rather than processing its input. """ . +:InstrumentPlugin a rdfs:Class ; + rdfs:subClassOf :GeneratorPlugin ; + rdfs:label "Instruments" ; + rdfs:comment """ +Any plugin that is intended to be played as a musical instrument. +""" . + :OscillatorPlugin a rdfs:Class ; rdfs:subClassOf :GeneratorPlugin ; rdfs:label "Oscillators" . |