Hello list,

Today I was checking out why LADSPA plugins weren't loading on my machine...
also figuring it's a path problem, after reading some LADSPA documentation,
I grepped for LADSPA_PATH and noticed commented-out code in main.cpp that
checks a LADSPA_PATH environment variable.

Further poking around, in ladspa/ladspaloader.cpp, I noticed a QStringList
plugin_paths being defined, but not assigned...

When I put the (slightly modified) code from main.cpp that assigns the
ladspaPath, splits it, and assigns it to the plugin_paths variable -- I can
see the loader iterating through the files in the directory, so appears to
be working again.

Interestingly, in the original main.cpp -- before the commented out code it
prints "Setting up plugin paths" and after it, it prints out "done" but
effectively nothing happens in between.


So, it appears to be code that still has to be moved to the
ladspaloader.cpp, or somebody was/is in the process of moving it from the
ladspaloader.cpp to main.cpp?

I ask because it would not be fruitful to spend time trying to undo somebody
else's work-in-progress if you know what I mean... :-)
------------------------------------------------------------------------------
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to