SpleeterRT icon indicating copy to clipboard operation
SpleeterRT copied to clipboard

LV2 plugin format releases?

Open mxmilkiib opened this issue 3 years ago • 3 comments

Hi, I was wondering if an LV2 build could be enabled and released also? Thanks!

mxmilkiib avatar Jan 09 '23 17:01 mxmilkiib

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.

james34602 avatar Jan 12 '23 10:01 james34602

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.

kcoul avatar Apr 20 '23 19:04 kcoul

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.

kcoul avatar Apr 22 '23 01:04 kcoul