pierreguillot / Camomile

An audio plugin with Pure Data embedded that allows to load and to control patches
GNU General Public License v3.0
892 stars 62 forks source link
audio audio-plugin audio-unit juce libpd lv2 pd plugin pure-data vst vst3

Logo

Camomile

Create audio plugins with Pure Data patches.

Workflows

Downloads Release License

Documentation Credits Videos

Presentation

Camomile is a meta plugin with Pure Data embedded that allows creating audio plugins that load and control Pure Data patches inside digital audio workstations. Camomile supports the VST3, LV2 and Audio Unit plugin formats on Windows, Linux and macOS.

Examples

Instruction

The latest stable release of Camomile is available for download along with all previous versions on the releases page. The Camomile distribution provides sample plugins that can be used directly in digital audio workstations. The wiki pages offer documentation to install plugins on your computer, generate plugins with patches and create patches for audio plugins.

Compilation

git clone --recursive https://github.com/pierreguillot/Camomile.git
cd Camomile
mkdir build && cd build
cmake .. (the generator can be specified using -G"Unix Makefiles", -G"Xcode" or -G"Visual Studio 16 2019" -A x64)
cmake --build .

Important:

Organization

Author

Credits

Papers