diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 02:09:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 02:09:29 +0000 |
commit | 3443e47d46d1fe5a802a5d101d8e8a6023ccdf36 (patch) | |
tree | 4dda798418c53e7a57ac0d89e87947897fd7390e | |
parent | 27a265f350ca8f568b95bd3d94e62a62e91c05b7 (diff) | |
download | lv2-3443e47d46d1fe5a802a5d101d8e8a6023ccdf36.tar.xz |
Fix broken link.
-rw-r--r-- | lv2/ns/ext/resize-port/resize-port.ttl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lv2/ns/ext/resize-port/resize-port.ttl b/lv2/ns/ext/resize-port/resize-port.ttl index baa1f7f..a458431 100644 --- a/lv2/ns/ext/resize-port/resize-port.ttl +++ b/lv2/ns/ext/resize-port/resize-port.ttl @@ -37,14 +37,14 @@ doap:name "LV2 Resize Port Extension" ; doap:shortdesc "Dynamically sized LV2 port buffers." ; lv2:documentation """ -<p>An extension that allows LV2 plugins to request a resize of an output port.</p> +<p>An extension that allows LV2 plugins to request a resize of an output +port.</p> -<p>Any host which supports this extension must pass an LV2_Feature to -the plugin's instantiate method with URI http://lv2plug.in/ns/ext/resize-port -and a pointer to a LV2_Resize_Port_Feature structure (see -<a href="resize-port.h">resize-port.h</a> for details). This structure -provides a resize_port function which plugins may use to resize output -port buffers as necessary.</p> +<p>Any host which supports this extension must pass an LV2_Feature to the +plugin's instantiate method with URI http://lv2plug.in/ns/ext/resize-port and a +pointer to a LV2_Resize_Port_Feature structure. This structure provides a +resize_port function which plugins may use to resize output port buffers as +necessary.</p> <p>This extension also defines several predicates useful for describing the amount of space required for a particular port buffer.</p> |