From 34d5cb311a893937f5507a6bfe208af819beb955 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Sep 2016 10:41:28 -0400 Subject: Add lv2:enabled designation --- lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 4 +++- lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) (limited to 'lv2/lv2plug.in/ns') diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index 3768faf..dca4d07 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl @@ -17,11 +17,13 @@ doap:maintainer ; doap:release [ doap:revision "13.1" ; - doap:created "2016-07-30" ; + doap:created "2016-09-18" ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add lv2_util.h with lv2_features_data() and lv2_features_query()." + ] , [ + rdfs:label "Add lv2:enabled designation." ] ] ] , [ 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).

""" . +lv2:enabled + a rdf:Property , + owl:DatatypeProperty ; + rdfs:label "enabled" ; + rdfs:range xsd:int ; + lv2:documentation """ +

Whether or not processing is currently enabled, that is, not bypassed.

+ +

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.

+ +

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.

+""" . + lv2:control a lv2:Channel ; rdfs:label "control" ; -- cgit v1.2.1