aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ns/lv2core/lv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/ns/lv2core/lv2.h')
-rw-r--r--lv2/ns/lv2core/lv2.h4
1 files changed, 2 insertions, 2 deletions
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
' href='#n138'>138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169