Skip to content

DISTRHO/Fadeli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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.