diff options
Diffstat (limited to 'core.lv2')
-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 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.</p> <p>An LV2 plugin library is suitable for dynamic loading (e.g. via -<code>dlopen()</code>) and provides one or more <a -href="urn:struct:LV2_Descriptor">plugin descriptors</a> via the +<code>dlopen()</code>) and provides one or more plugin descriptors via the <code>lv2_descriptor()</code> function. These can be instantiated to create plugin <q>instances</q>, which can be run directly on data or connected together to perform advanced signal processing tasks.</p> |