After further investigation into this, it seems like it's a bug with Glame
Lowpass Filter.

All lowpass filters default to 441Hz, which I find to be an appropriate
starting value, except Glame Lowpass Filter.

Glame Lowpass defaults to 4.41Hz.

I can't find reference to this value in the source code, but I'm also not
fluent in c/cpp.

Here is the source code:
https://github.com/LMMS/lmms/blob/031b93d830aa61f5b6e7116b907c46deb2afa49c/plugins/ladspa_effect/swh/lowpass_iir_1891.c

I tried to change it to default to 441 but had no luck due to my
inexperience with C.  The value is stored in plugin_data->*cutoff, but I
can't make heads or tails as to where this value comes from or how to set a
default.

-Tres



- [email protected]


On Tue, Feb 18, 2014 at 10:41 AM, Vesa <[email protected]> wrote:

>  On 02/18/2014 04:32 PM, Tres Finocchiaro wrote:
>
>  We also can not improve the default values, as they are given by the
>> plugins, and we don't have code to fix every single plugin.
>
>
>  If we are at the mercy of the plugin developers for changing plugin
> defaults
>
>
> Why would we be? All of the LADSPA plugins are open source.
>
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
LMMS-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to