Skip to content

An audio plugin with Pure Data embedded that allows to load and to control patches

License

Notifications You must be signed in to change notification settings

chsh2/Camomile

 
 

Repository files navigation

Notes of This Fork

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:

Pd Objects

  • 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.

UI

  • 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 and transparent_color that extend the color options of native Pd GUI.
    • Add mouse enter/exit events to Pd number and canvas objects.

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.




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:

  • Please ensure that the git submodules are initialized and updated! You can use the --recursive option while cloning or git 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.

Organization

Author

Credits

Papers

About

An audio plugin with Pure Data embedded that allows to load and to control patches

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.1%
  • C++ 9.7%
  • Tcl 5.8%
  • HTML 3.7%
  • PostScript 1.6%
  • Makefile 1.3%
  • Other 1.8%