Re: [linux-audio-dev] LADSPA plugin parameters realtime control

From: Ralf Beck <musical_snake@email-addr-hidden>
Date: Sat Jul 09 2005 - 18:26:39 EEST

Am Samstag, 9. Juli 2005 14:45 schrieb Paul Davis:
> On Sat, 2005-07-09 at 15:24 +0300, Artemio wrote:
> > Hello all!
> >
> > I am here to ask you one thing. If I want sample-precise realtime
> > control for the plugin, should I be getting all the parameters inside
> > the cycle which travels through the buffer contents?
>

You cannot get control data at special sample positions within the
current processing buffer with LADSPA.
And if you're lucky enough to have a host that breaks down a jack buffer
into smaller buffers, so you get the control data at the correct sample
position, you will have to check all your control ports on whether any of its
contents changed. This is the biggest design flaw of LADSPA.

Paul, remember the small addition to the LADSPA API that i proposed on IRC
yesterday that solves this? ;-)

Ralf
Received on Sat Jul 9 20:15:30 2005

This archive was generated by hypermail 2.1.8 : Sat Jul 09 2005 - 20:15:30 EEST