From 994a8b17a2501d95e485e12dea0eb6f408df6b0d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Oct 2011 02:55:26 +0000 Subject: Remove old urn:struct code linking stuff. This ugly way of linking to code has been deprecated by the automagic Doxygen code links stuff. --- core.lv2/lv2.ttl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core.lv2') diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index d18c865..c9df753 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -104,8 +104,7 @@ and non-C programs to work with LV2 data. LV2 itself and extensions are distributed in a similar way.

An LV2 plugin library is suitable for dynamic loading (e.g. via -dlopen()) and provides one or more plugin descriptors via the +dlopen()) and provides one or more plugin descriptors via the lv2_descriptor() function. These can be instantiated to create plugin instances, which can be run directly on data or connected together to perform advanced signal processing tasks.

-- cgit v1.2.1