aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-09 04:40:50 +0000
committerDavid Robillard <d@drobilla.net>2011-11-09 04:40:50 +0000
commitbb91f0334218ce1866aee3fd955871aae7c7550f (patch)
treef440ebe4f0cfde8dc96e04942d55468edee7c2ee /core.lv2
parented9ed2beeb9b43c85187ffa6bc3219883020b6a7 (diff)
downloadlv2-bb91f0334218ce1866aee3fd955871aae7c7550f.tar.xz
Make use of new auto-linking in lv2specgen.py.
Diffstat (limited to 'core.lv2')
-rw-r--r--core.lv2/lv2.ttl3
1 files changed, 1 insertions, 2 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index 9a539c3..f380982 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -115,8 +115,7 @@ repeatedly calling a plugin's <code>run()</code> method to process blocks of
data.</p>
<p>This core specification defines two types of port, equivalent to those in <a
-href="http://www.ladspa.org/">LADSPA</a>: <a
-href="#ControlPort">ControlPort</a> and <a href="#AudioPort">AudioPort</a>.
+href="http://www.ladspa.org/">LADSPA</a>: lv2:ControlPort and lv2:AudioPort.
Audio ports contain arrays with one <code>float</code> element per sample,
allowing a block of audio to be processed in a single call to
<code>run()</code>. Control ports contain single <code>float</code> values,