[LAU] Freeverb and Ardour 3

Reuben Martin reuben.m at gmail.com
Mon Jan 27 04:34:22 UTC 2014


On Sunday, January 26, 2014 11:02:55 AM jonetsu at 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


More information about the Linux-audio-user mailing list