6 ms·
how has CLAP adoption been? do the popular plugins out there generally provide a CLAP version nowadays?
by dsp_person 11mo ago
how has CLAP adoption been? do the popular plugins out there generally provide a CLAP version nowadays?
- rebolek 11mo agoI see more and more brands not only adopting CLAP but also offering Linux versions of their plugins. The adoption is slow but that's expected with a relatively new format but it certainly grows.
- itsgabriel 11mo agoThere is a list of software with support here https://clapdb.tech/ https://clapdb.tech/
- bandrami 11mo agoAll the commercial ones I've bought in the past year or so do, and ever since I think JUCE 7 there have been good libraries for open source projects that want to add the format. I think there's still a lot of bad feeling about the fact that there are many VST2 plugins that are open source but nonetheless illegal (or at least tortious) to build.
- stuaxo 11mo agoHopefully this provides a path for those VST2 plugins.
- codedokode 11mo agoNo. VST2 has nothing in common with VST3 despite similar name.
- conradfr 11mo agoWhy? In Juce isn't that a matter of choosing multiple build target?
- codedokode 11mo agoIf you have the source code and use JUCE then yes, you can convert the plugin to VST3. But if you don't use a framework then you need to port the code manually.
- squeaky-clean 11mo agoIf you're using JUCE and not using any of the VST2 features removed in VST3.
- bandrami 11mo agoNotionally yes but the idea of keeping the DSP and the container logic separate is relatively new and lots of projects didn't do it. (Actually the idea is very old and how most LADSPA plugins were made but some time in the mid oughts everybody forgot about it.)