The purpose of this fork is to develop my own audio plugins. To achieve this, several modifications were made based on Camomile v1.0.8-beta10:
- Add most of the external objects from pd-else v1.0-beta44.
- Add a few external objects from cyclone v0.6.0.
[greaterthan]
and[lessthan]
[rampsmooth~]
- Modify a few objects.
[adsr~]
: Modify the input sockets to have the same API as ELSE 1.0 RC-12:- Taking integer (0-127) velocity values instead of float (0-1) ones.
- Default flag being
-log
instead of-lin
.
[sigmund~]
: Updated to Pd 0.54-1 from 0.52-0.
- Replace the default font with Sarasa Mono to display Chinese/Japanese characters. However, this also significantly increases the size of compiled binary files.
- Changes of some GUI components.
- Add new configuration keywords
default_foreground_color
,default_background_color
andtransparent_color
that extend the color options of native Pd GUI. - Add mouse enter/exit events to Pd number and canvas objects.
- Add new configuration keywords
Please note that this fork may not be suitable for general use. If you are looking for a Camomile fork that supports pd-else, please consider porres/Camomile-ELSE or emviveros/Camomile-ELSE.
Create audio plugins with Pure Data patches.
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.
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.
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:
- Please ensure that the git submodules are initialized and updated! You can use the
--recursive
option while cloning orgit submodule update --init --recursive
in the Camomile repository . - On Linux OS, Juce framework requires to install dependencies, please refer to Linux Dependencies.md and use the full command.
- The CMake build system have been tested with Unix Makefiles, XCode and Visual Studio 16 2019.
- Pure Data by Miller Puckette and others
- libpd by the Peter Brinkmann, Dan Wilcox and others
- Juce by ROLI Ltd.
- MoodyCamel by Cameron Desrochers
- LV2 PlugIn Technology by Steve Harris, David Robillard and others
- VST PlugIn Technology by Steinberg Media Technologies
- Audio Unit PlugIn Technology by Apple
- Juce LV2 interface by Filipe Coelho
- Console icons by Gregor Cresnar
- CMake by Andy Cedilnik, Bill Hoffman, Brad King, Ken Martin, Alexander Neundorf
- Images of the plugin's examples are copyrighted by their respective comics publishers. Dupuis for the Bulgroz and AlmondOrgan plugins and Casterman for the Castafiore plugin. For further information, read this issue.