grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.59k stars 325 forks source link

faust2ladspa: some UI elements not working #1078

Closed oldstar84 closed 3 weeks ago

oldstar84 commented 3 weeks ago

hello, if using faust2ladspa with the following *.dsp code, the hbargraph shows "100%" and never move.

my test.dsp: ba = library("basics.lib"); process = <: attach(,abs : ba.linear2db : hbargraph("input",-60,0));

FAUST Version 2.74.6 and ladspa-sdk-dev (1.17-1) is installed

I compiled it with: faust2ladspa test.dsp

also the standard values for sliders seems not to be recognized in my ladspa plugins

my code runs fine as lv2 plugin.

any hints?

sletz commented 3 weeks ago

LADSPA architecture is very old and is not maintained anymore, so better use LV2 format.