From 3443e47d46d1fe5a802a5d101d8e8a6023ccdf36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Nov 2011 02:09:29 +0000 Subject: Fix broken link. --- lv2/ns/ext/resize-port/resize-port.ttl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lv2/ns') 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 """ -

An extension that allows LV2 plugins to request a resize of an output port.

+

An extension that allows LV2 plugins to request a resize of an output +port.

-

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 -resize-port.h for details). This structure -provides a resize_port function which plugins may use to resize output -port buffers as necessary.

+

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.

This extension also defines several predicates useful for describing the amount of space required for a particular port buffer.

-- cgit v1.2.1