Skip to content
/ Fadeli Public
forked from DISTRHO/Fadeli

Faust Demo Library as Audio Plugins

License

Notifications You must be signed in to change notification settings

sletz/Fadeli

This branch is 1 commit ahead of, 15 commits behind DISTRHO/Fadeli:main.

Repository files navigation

DPF-Fadeli

An experiment with Faust Demo Library content as DPF plugins.

Basically glueing a few different projects together:

  1. DPF
  2. faust
  3. faustpp
  4. faust examples

Be sure to clone the repository with all submodules using the git clone --recursive <repo.git> command.

Any faust file placed in the dsp/ directory is automatically added as part of the build.
The template files in template/ directory are passed through faustpp that converts the faust dsp file into a buildable DPF-based audio plugin.
Then DPF takes care of the rest, producing CLAP, LADSPA, LV2, VST2 and VST3 plugins in one go.

While it might be tempting, please do not bother packaging this repository and plugin set.
It really only serves as a demo and showcase for DPF and faustpp.
The included faust dsp files are all demo/examples, just to get a starting point and something usable for testing.

Feel free to reuse this repository to build your own set of plugins though.

About

Faust Demo Library as Audio Plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Faust 42.5%
  • C++ 34.4%
  • Makefile 18.0%
  • C 5.1%