On Sunday, January 26, 2014 11:02:55 AM jonetsu(a)teksavvy.com wrote:
Hello,
Since some time now the Freeverb in Ardour3 (I mean, not included with
Ardour, but used by) interface does not allow the control of some
sliders. Also, the sound does not seem so good as soon as it is
included in the post-fader chain. cmt 1.16-1.
The freeverb code is broken. The functionality gets optimized out by modern
compilers. It can still work, but you have to compile it with optimization flag
of -O1. -O2 or higher will produce a plugin that doesn't work.
The other half of the problem is that Ardour's handling of ladspa plugins is
broken, and has been for quite a while. It does not seem to handle certain
types of ladspa controls correctly that work on a non-linear scale.
http://tracker.ardour.org/view.php?id=5443
-Reuben