diff options
author | David Robillard <d@drobilla.net> | 2011-11-09 04:40:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-09 04:40:50 +0000 |
commit | bb91f0334218ce1866aee3fd955871aae7c7550f (patch) | |
tree | f440ebe4f0cfde8dc96e04942d55468edee7c2ee /core.lv2/lv2.ttl | |
parent | ed9ed2beeb9b43c85187ffa6bc3219883020b6a7 (diff) | |
download | lv2-bb91f0334218ce1866aee3fd955871aae7c7550f.tar.xz |
Make use of new auto-linking in lv2specgen.py.
Diffstat (limited to 'core.lv2/lv2.ttl')
-rw-r--r-- | core.lv2/lv2.ttl | 3 |
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, |