diff options
Diffstat (limited to 'ext/contexts.lv2/contexts.ttl')
-rw-r--r-- | ext/contexts.lv2/contexts.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/contexts.lv2/contexts.ttl b/ext/contexts.lv2/contexts.ttl index 95ee11b..1290b3d 100644 --- a/ext/contexts.lv2/contexts.ttl +++ b/ext/contexts.lv2/contexts.ttl @@ -68,11 +68,11 @@ ctx:Context a rdfs:Class ; <p>A potentially concurrent context (callback) on a plugin.</p> <p>Ports are always associated with a context. If a port has no explicit context -property, then its context is ctx:AudioContext (the default LV2 run() context).</p> +property, then its context is ctx:audioContext (the default LV2 run() context).</p> <p>A plugin indicates support for a context by supporting an LV2 Feature with that context's URI. If a plugin optionally supports a context (e.g. -<code><plugin> lv2:optionalFeature ctx:IdleContext .</code>), then +<code><plugin> lv2:optionalFeature ctx:idleContext .</code>), then all ports associated with that context MUST be lv2:connectionOptional. Thus, hosts that do not support contexts will connect such ports to NULL and the plugin can run with only a standard LV2 run() context.</p> |