summaryrefslogtreecommitdiffstats
path: root/slv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-09-26 16:56:25 +0000
committerDavid Robillard <d@drobilla.net>2007-09-26 16:56:25 +0000
commit4882461df6da70668cfe4e5c07d21c17e7e7d8b3 (patch)
treeb208787ae5afd550aea90473e894d1fbd3993c22 /slv2
parent3af94d8f422593fc16951b7365a5c6e62708e4c0 (diff)
downloadlilv-4882461df6da70668cfe4e5c07d21c17e7e7d8b3.tar.gz
lilv-4882461df6da70668cfe4e5c07d21c17e7e7d8b3.tar.bz2
lilv-4882461df6da70668cfe4e5c07d21c17e7e7d8b3.zip
Updated lv2.h
git-svn-id: http://svn.drobilla.net/lad/slv2@779 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r--slv2/lv2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/slv2/lv2.h b/slv2/lv2.h
index 14c25ca..7c856d6 100644
--- a/slv2/lv2.h
+++ b/slv2/lv2.h
@@ -205,7 +205,11 @@ typedef struct _LV2_Descriptor {
* Memory issues are managed by the host. The plugin must read/write
* the data at these locations every time run() is called, data
* present at the time of this connection call MUST NOT be
- * considered meaningful.
+ * considered meaningful.
+ *
+ * The host MUST NOT try to connect a data buffer to a port index
+ * that is not defined in the RDF data for the plugin. If it does,
+ * the plugin's behaviour is undefined.
*
* connect_port() may be called more than once for a plugin instance
* to allow the host to change the buffers that the plugin is reading