ryanstables / SAFEJuceModule

A JUCE module for greating SAFE plug-ins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The SAFE JUCE Module

The SAFE JUCE module has been developed alongside the semantic audio feature extraction project. This is a research project being participated in by:

* The Digital Media Technology Lab at Birmingham City University
* The Centre For Digital Music at Queen Mary University London

For more information on the project please visit our website at http://semanticaudio.co.uk

Cloning

When cloning this repository remember to use the --recursive option to clone all the submodules, i.e.:

$ git clone --recursive https://github.com/seanlikeskites/SAFEJuceModule.git

Documentation

To get started take a look at the example project https://github.com/seanlikeskites/SAFEJuceModule/tree/master/Examples/SimpleDistortion.

Full documentation for the module API can be found at http://seanlikeskites.github.io/SAFEJuceModule.

Acknowledgments

This project would be nothing if it weren't for JUCE. https://github.com/julianstorer/JUCE

The built in audio feature extraction is done using LibXtract. https://github.com/jamiebullock/LibXtract

Further audio feature extraction functionality can be added using vamp plug-ins. http://vamp-plugins.org

About

A JUCE module for greating SAFE plug-ins.

License:GNU General Public License v2.0


Languages

Language:C++ 97.2%Language:C 1.5%Language:Makefile 1.1%Language:Shell 0.2%Language:M4 0.1%Language:Objective-C++ 0.0%