ZL-Audio / ZLEqualizer

equalizer plugin
https://zl-audio.github.io/plugins/zlequalizer/
GNU Affero General Public License v3.0
300 stars 8 forks source link

Other formats (e.g., AAX) beside VST? #23

Closed pms967 closed 7 months ago

pms967 commented 7 months ago

Hi,

first of all, congratulations and thank you for your great work. Much appreciated!

I've noticed that in the pre-built release you are providing the plugin only in VST format. For me that's just fine, but for Pro-Tools users that's a no-go (PT does not support anything but AAX).

OTOH, Ardour (and Harrison's MixBus) users may prefer LV2 over VST (I don't know if that changed lately, but in the past VST and particularly VST3 support in Ardour was sub-optimal, LV2s worked much better).

AFAIK Juce can produce many more formats, including AAX, AU and LV2 (and, via a 3rd party extension, possibly also the new CLAP).

Are there any reason why you choose not to provide other formats? Can they be built from the current sources, or there are problems preventing to do so?

If there are no problems, could you be so kind to provide those other formats too in the binary releases? :)

Thank you again, and keep up the good work!

zsliu98 commented 7 months ago

Thanks for your suggestions. If JUCE works properly, all those formats can be built from the current sources. I am aware that VST3 and AU may not suit everyone. And it seems that the reputation of Steinberg is on the line. However, I use pluginval to carry out automation tests, which only supports VST, VST3, and AU. If a plugin does not pass automation tests, I won't provide it in the releases. Besides that,