CLAP a new plugin architecture

u-he - CLAP | Clever Audio Plug-in API is a newly announced, open source, audio plugin architecture. I’ve not tried to get out working in Zynthian yet. If it gains traction (and people create good plugins for it) we might take a look. Maybe it will be an itch worth scratching!

10 Likes
1 Like

Got Clap yet?

I just ran across some discussions…

Clap Community https://u-he.com/community/clap/

Developers: For latest updates, example code and information check CLAP’s Github page:
https://cleveraudio.org/ Link

Simple example:
https://github.com/schwaaa/clap-imgui

in one discussion:

“I guess people would like to get all the popular commercial plugins natively on Linux. That hasn’t happened with LV2 so far and now they bank on CLAP to provide that.”

threads
unfa🇺🇦: "A new open-source audio plug-in format is emergin…" - Mastodon
`juce7` technical preview branch - #6 by t0m - General JUCE discussion - JUCE

Very nice synths released free in the CLAP format: Full Bucket Music releases another free plugin based on a Korg keyboard you probably haven't heard of | MusicRadar

2 Likes

More free offerings in CLAP here: The ARP Omni 2 string synth has been reborn in a free plugin, so now everyone can play this late ‘70s classic | MusicRadar

Is there any chance that we could get these working in Zynthian?

We need details of a CLAP host that works as a standalone headless service and is controlable entirely through midi, osc or python bindings. Then someone to integrate it.

Zynthian does not currently support CLAP plugins. If someone wanted to put in the effort to add a CLAP wrapper then we would be very happy.

Note that it may be more than that - some (most) plugin formats require the plugin to be compiled for the specific hardware platform. Zynthian currently uses armv7l which is 32-bit ARM. We will be moving to aarch soon which is 64-bit ARM.

2 Likes

To be a little brutal. The Full Bucket Music plugins look to be a waste of time as they’re precompiled for x86_64 and have no source available. Full Bucket Music would have to build them for our platform. We can’t do anything with them.