aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core/lv2core.ttl')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.ttl18
1 files changed, 18 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
index 1980f37..74ad5ac 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
@@ -561,6 +561,24 @@ wall-clock time and the passage of time in the data being processed (e.g. audio
frames).</p>
""" .
+lv2:enabled
+ a rdf:Property ,
+ owl:DatatypeProperty ;
+ rdfs:label "enabled" ;
+ rdfs:range xsd:int ;
+ lv2:documentation """
+<p>Whether or not processing is currently enabled, that is, not bypassed.</p>
+
+<p>If this value is greater than zero, the plugin processes normally. If this
+value is zero, the plugin is expected to bypass all signals unmodified. The
+plugin must provide a click-free transition between the enabled and disabled
+(bypassed) states.</p>
+
+<p>Values less than zero are reserved for future use (such as click-free
+insertion/removal of latent plugins), and should be treated like zero
+(bypassed) by current implementations.</p>
+""" .
+
lv2:control
a lv2:Channel ;
rdfs:label "control" ;