On Oct 14, 2016, at 11:43 AM, Dan Wilcox <danomatika@gmail.com> wrote:On Oct 14, 2016, at 11:37 AM, Jonathan Wilkes <jancsika@yahoo.com> wrote:One snag-- any idea how to get plugin~ building using only Homebrew libs? I needladspa.h but there's no package for it. I suppose I can just wget it if nothing else…Should work fine as long as ladspa doesn’t require a ton of dependencies.I use curl -LO since wget is not installed on OSX by default.