Re: [linux-audio-dev] LADSPA and run_adding()

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] LADSPA and run_adding()
From: Paul Barton-Davis (pbd_AT_Op.Net)
Date: Sat Nov 18 2000 - 07:15:13 EET


>Seriously, if you can explain how I can implement the example I give
>above without having to iterate over 3 output buffers, sum their
>contents and store the result in a 4th buffer, I'll be very grateful.

OK, so you could iterate over just 2 of them and add them to the 1st,
then use the first one as the output. But thats still two passes over
the buffers that wouldn't be necessary if the plugins had supported
run_adding(). scale this up to a system with many busses, and i think
its a problem.

--p


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Nov 18 2000 - 07:47:20 EET