_leras wrote: Fri Jun 17, 2022 4:22 pmWould you say that CLAP is a replacement for Juce for people wanting to start plug in development?
mystran wrote: Fri Jun 17, 2022 4:51 pm It's not a replacement for JUCE (and most of this also applies to iPlug, etc). It's a different kind of thing on a different level of abstraction, so to speak. CLAP is more of a language for a host and a plugin to talk to each other, while JUCE is a complete "toolkit" or "framework" for building software (not limited to plugins, even though it's popular for plugin development) that takes care of talking to the operating system and provides you with all kinds of utility functionality.
CLAP and JUCE (or some other toolkit) solve very different problems and there are apparently already unofficial modules that add CLAP support into JUCE.
Thanks both for answering, That, of course, makes perfect sense.Urs wrote: Fri Jun 17, 2022 4:57 pm
Not really, it depends on what a developer wants to do. JUCE is a lot more than just a way to create a plug-in, and we certainly hope that it picks up CLAP officially.
