From 2b330e1b184a32bbbcd361fba17f0e7e61fa9112 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Mar 2011 22:39:27 +0000 Subject: Fix inappropriate hyphen use. --- core.lv2/lv2.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index 7aad839..567958a 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -275,7 +275,7 @@ consider all the classes of a port to determine which ports are most suitable for connection (e.g. by ignoring ports with additional classes the host does not recognize).

-

A port has two identifiers - a (numeric) index, and a (textual) symbol. +

A port has two identifiers: a (numeric) index, and a (textual) symbol. The index can be used as an identifier at run-time, but persistent references to ports (e.g. in a saved preset) MUST use the symbol. A symbol is guaranteed to refer to the same port on all plugins with a given URI. An index does NOT -- cgit v1.2.1