Giter Site home page Giter Site logo

solv-stoy-teknikk / camomile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pierreguillot/camomile

0.0 0.0 0.0 10.42 MB

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

License: GNU General Public License v3.0

C++ 64.33% C 30.14% Shell 2.04% Batchfile 0.02% CMake 3.47%

camomile's Introduction

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

camomile's People

Contributors

pierreguillot avatar jmaibaum avatar eliottparis avatar aviloff avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.