Stazed / non-mixer-xt

Reboot of Non Mixer with eXTended LV2 support, CLAP, VST(2) and VST3 support.
GNU General Public License v2.0
27 stars 6 forks source link

LADSPA plugins not discovered #41

Closed ycollet closed 1 month ago

ycollet commented 2 months ago

I use Fedora 39 and ladspa plugins are stored in /usr/lib64/ladspa. non-mixer-xt looks only in the following path:

LADSPAInfo.C:                   cerr << "         Assuming /usr/lib/ladspa:/usr/local/lib/ladspa" << endl;

Can /usr/lib64/ladspa and /usr/local/lib64/ladspa be added to the search path ?