wolf-plugins / wolf-shaper

Waveshaper plugin with a spline-based graph editor (LV2, VST, and CLAP)
https://wolf-plugins.github.io/wolf-shaper/
GNU General Public License v3.0
219 stars 20 forks source link

HAVE_LIBLO is defined but is never used in C code #148

Open yurivict opened 3 years ago

pdesaulniers commented 3 years ago

DPF requires liblo for the DSSI target. The library is used for transferring messages between the UI and the plugin host.

Indeed, HAVE_LIBLO does not appear to be used in C code. HAVE_JACK appears to be unused as well. I'm not sure why DPF defines these macros, but perhaps removing them would break some existing codebases.