jerryuhoo / Fire

This is a mutiband distortion plugin.
https://jerryuhoo.github.io/Fire/
GNU Affero General Public License v3.0
517 stars 23 forks source link

LV2 version? #34

Closed mxmilkiib closed 2 months ago

mxmilkiib commented 2 years ago

Now JUCE 7 is out, how about an LV2 version of the plugin?

jerryuhoo commented 2 years ago

Hmm, I don't know about LV2 plugins. I guess it is for Linux? I don't have a Linux computer to build plugins for Linux though I can do that in GitHub Actions. But it also takes time to write the configuration. You can turn on the LV2 option in projucer to build the plugin by yourself if you are on Linux.

mxmilkiib commented 2 years ago

LV2 is very much multiplatform these days. Easiest host to test with is Carla. I'd like to add this to the AUR, for Arch Linux users, along with a few other plugins, once I find the time and energy. Have you considered moving to CMake? I've (briefly) seen Actions using that at least. Thanks for your time anyhow!