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.
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
FaustLive-CurrentSession-2.XX
folder in your home folder, remove it and restart. On Unix like stations (Linux, MacOS), this folder is hidden and located at $HOME/.FaustLive-CurrentSession-2.XX
./version 2.5.8
.APP_VERSION
flag in Build/CMakeLists.txt (line 213)To build the FaustLive project, go to the Build
folder and start with the README file.