From a7bbfcdfc1c13f1d9b11d4584039567c0239bca1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Nov 2011 02:39:03 +0000 Subject: Complete conventional renaming of core.lv2 and lv2core.ttl. --- lv2/ns/lv2core/lv2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lv2/ns/lv2core/lv2.h') diff --git a/lv2/ns/lv2core/lv2.h b/lv2/ns/lv2core/lv2.h index ce55d45..2316940 100644 --- a/lv2/ns/lv2core/lv2.h +++ b/lv2/ns/lv2core/lv2.h @@ -125,7 +125,7 @@ typedef struct _LV2_Descriptor { If the plugin has the feature lv2:hardRTCapable then there are various things that the plugin MUST NOT do within the connect_port() function; - see lv2.ttl for details. + see lv2core.ttl for details. connect_port() MUST be called at least once for each port before run() is called, unless that port is lv2:connectionOptional. The plugin must @@ -186,7 +186,7 @@ typedef struct _LV2_Descriptor { If the plugin has the feature lv2:hardRTCapable then there are various things that the plugin MUST NOT do within the run() function (see - lv2.ttl for details). + lv2core.ttl for details). As a special case, when @c sample_count == 0, the plugin should update any output ports that represent a single instant in time (e.g. control -- cgit v1.2.1