antonok-edm / ampli-Fe

Fully cross-platform VST2 plugin with a custom editor UI, written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLAP example

antonok-edm opened this issue · comments

It'd be nice to create a CLAP version of ampli-Fe. The UI code can likely be shared.

Why CLAP?

  • the VST2 plugin standard is deprecated
  • the VST3 plugin standard has some threading constraints that are hard to reconcile in Rust
    • technically, VST2 has those too, but I ignored them here 😅
  • CLAP has a more modern design
  • CLAP has a royalty-free license (MIT)