From bb91f0334218ce1866aee3fd955871aae7c7550f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Nov 2011 04:40:50 +0000 Subject: Make use of new auto-linking in lv2specgen.py. --- core.lv2/lv2.ttl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core.lv2/lv2.ttl') 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 run() method to process blocks of data.

This core specification defines two types of port, equivalent to those in LADSPA: ControlPort and AudioPort. +href="http://www.ladspa.org/">LADSPA: lv2:ControlPort and lv2:AudioPort. Audio ports contain arrays with one float element per sample, allowing a block of audio to be processed in a single call to run(). Control ports contain single float values, -- cgit v1.2.1