It doesn't seems to work here:
zynjacku# ./zynspect.py|grep ladspa|wc -l
0
I have ladspa plugins installed
1. Make sure that <path-to-bridges-bundle> is included in your
LV2_PATH environment variable - if you just did make, make install,
LV2_PATH should probably be set like this:
export LV2_PATH="/usr/lib/lv2:/usr/local/lib/lv2"
2. Make sure that DSSI_PATH and LADSPA_PATH are set to the
directiories containing your LADSPA and/or DSSI plugins. On my machine
they are set like this:
export LADSPA_PATH="/usr/lib/ladspa:/usr/local/lib/ladspa"
export DSSI_PATH="/usr/lib/dssi:/usr/local/lib/dssi"
2.bis. (optional) If you want categorization of LADSPA plugins, also
set LADSPA_RDF_PATH to the directories containing RDF data files for
LADSPA plugins. On my machine:
export
LADSPA_RDF_PATH="/usr/share/ladspa/rdf:/usr/local/share/ladspa/rdf"
3. Enjoy ;-)
P.S.: Hexter and WhySynth DSSI plugins do not work yet (Hexter is not
even listed, WhySynth produces no output)... this is something I am
still working on... everything else should be just fine.
Stefano
Still doesn't work. I've installed core and bridges- by: $make, #make
install
Exported the paths, but didn't solve it.