grame-cncm / faustlive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • crashes on Windows when compiling a dsp with input signals, on a machine without input audio device
  • may crash on startup due to incorrect cache. In this case, find the 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

Building

Versionning

  • use the version script to raise the version number, like ./version 2.5.8.
  • manually raise the APP_VERSION flag in Build/CMakeLists.txt (line 213)

Application building

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


Grame - Centre National de Creation Musicale

About


Languages

Language:C++ 48.1%Language:C 33.2%Language:Faust 13.9%Language:CMake 2.1%Language:HTML 1.0%Language:Makefile 0.6%Language:QMake 0.6%Language:Shell 0.2%Language:Batchfile 0.1%Language:Dockerfile 0.0%