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.
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.