Update:
All other LADSPA's I'm using with the same code work fine. Its just this reverb thats stubborn,
but it works in Ardour so I can't see where the problem is!

-Harry

On Fri, Feb 10, 2012 at 4:02 PM, Harry van Haaren <harryhaaren@gmail.com> wrote:
The problem is that the reverb plugin doesn't react to my input parameters, but just processes based
on the 1.5, 0.25 wet, preDelay 0, and highDamp 5000 *all* the time, and there's nothing I can do about it.

Am I doing something fundamentally wrong? I've tried connecting the ports every process(), once, and then leave them.
I've hard coded values, it seems to make no difference.

These are the two relevant sources:
https://github.com/harryhaaren/Luppp/blob/master/src/ladspahost.hpp
https://github.com/harryhaaren/Luppp/blob/master/src/ladspahost.cpp