LV2 plugin format releases?
Hi, I was wondering if an LV2 build could be enabled and released also? Thanks!
I think LV2 would be fine.
As long as a proper C/C++ compiler with proper linear algebra library(MKL, CBLAS), it will be compiled.
However, I don't have Linux. I would say, it's compilable on Mac. I suggest it will work on most POSIX compliant OS.
LV2 can be enabled locally by clicking the Gear icon in the Projucer configuration panel, scrolling down to plugin formats, checking the LV2 checkbox, and resaving. I should be able to include it in a PR to upstream once I am done updating the plugin and executables to latest VS and MKL on Windows.
I have a lot of progress made in my fork, last issue I think is how to define multichannel LV2 (8 output is required, possibly 8 channel input as well for some hosts). I'll comment again here if I can get that working.