yucongj / piano-precision

GNU General Public License v2.0
8 stars 1 forks source link

Avoid distracting warning messages from failed effects-plugin loads #18

Open cannam opened 11 months ago

cannam commented 11 months ago

A test user is reporting warning messages on startup on a Mac, caused by trying to load a system-installed LADSPA plugin library that is not notarized and therefore can't be loaded into a notarized host.

At least I think that's the cause.

Regardless of cause, opening system-installed LADSPA plugins is not useful to us because we have no use for audio effects. So it's probably wise to suppress this entirely.

cannam commented 10 months ago

Further problem still to be fixed: Vamp plugins found in the build directory (in developer builds) are being tested by the LADSPA loader, which is reporting that they don't work. Another adjustment to the load path would fix this, or we could defeat effects plugin loads altogether, since we don't use them anyway.