summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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