From 4882461df6da70668cfe4e5c07d21c17e7e7d8b3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Sep 2007 16:56:25 +0000 Subject: Updated lv2.h git-svn-id: http://svn.drobilla.net/lad/slv2@779 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/lv2.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'slv2') 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 -- cgit v1.2.1