Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for CLAP Plugins #270

Open
0xdevalias opened this issue Nov 8, 2023 · 0 comments
Open

Add Support for CLAP Plugins #270

0xdevalias opened this issue Nov 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@0xdevalias
Copy link

0xdevalias commented Nov 8, 2023

It would be useful to have CLAP plugin support in Pedalboard. Right now, we can't any plugins that only come as CLAP.

  • https://u-he.com/community/clap/
    • CLAP: The New Audio Plug-in Standard
      Bitwig and u-he are excited to announce CLAP (CLever Audio Plug-in API), the new open standard for audio plug-ins and hosts. CLAP offers modern features, innate stability, and rapid support for plug-in and host developers. And since it's open source and liberally licensed, CLAP is a safe bet for the future.

Based on what I read in #240, it seems Pedalboard is mostly based around JUCE for plugin loading.

Doing some googling lead me to the following resources:

  • https://forum.juce.com/t/fr-support-clap-for-plugins-host-client/51860
    • FR: Support CLAP for plugins (host & client)

  • https://github.com/free-audio/clap-juce-extensions
    • JUCE6 and 7 Unofficial CLAP Plugin Support

      This is a set of code which, combined with a JUCE 6 or JUCE 7 plugin project, allows you to build a CLAP plugin. It
      is licensed under the MIT license, and can be used for both open and closed source projects.

      We are labeling it 'unofficial' for four reasons

      1. It is not supported by the JUCE team,
      2. There are some JUCE features which we have not translated to CLAP yet,
      3. It presents a set of completely optional extensions which break JUCE abstractions to allow extended CLAP feature
        support and
      4. It does not support JUCE-based CLAP hosting

Based on these, it sounds like JUCE doesn't currently support hosting CLAP plugins, even with the extension linked above.

See Also

@psobot psobot added the enhancement New feature or request label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants