grame-cncm / faustlive

Advanced self-contained prototyping environment for the Faust programming language
Other
78 stars 17 forks source link
faust

FaustLive

The swiss knife for Faust development.


master : Build Status dev : Build Status

FaustLive is an advanced self-contained prototyping environment for the Faust programming language with an ultra-short edit-compile-run cycle. Thanks to its fully embedded compilation chain, FaustLive is simple to install and doesn't require any external compiler, development toolchain or SDK to run.

FaustLive is the ideal tool for fast prototyping. Faust programs can be compiled and run on the fly by simple drag and drop. They can even be edited and recompiled while running, without sound interruption. It supports also native applications generation using the Faust online compiler.

FaustLive is based on the Faust library and on LLVM.

Libraries

Faust libraries are now in a separated subproject. They are synchronized from time to time in the main FaustLive repository using the following commands:

git submodule update --remote --merge
git add Resources/Libs
git commit -m "Updating libraries"
git push

Limitations and known bugs

Building

Versionning

Application building

To build the FaustLive project, go to the Build folder and start with the README file.


Grame - Centre National de Creation Musicale