summaryrefslogtreecommitdiffstats
path: root/data/lv2.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/lv2.ttl')
-rw-r--r--data/lv2.ttl7
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" .