4 Faustine is an interpreter for multi-rate FAUST programs, written in OCaml,
5 at CRI of MINES ParisTech, and covered by the GNU Public License V3 (see
8 FAUST (Functional Audio Stream) is a functional programming language
9 specifically designed for real-time signal processing and
10 synthesis. It targets high-performance signal processing applications
11 and audio plug-ins for a variety of platforms and
12 standards. <http://faust.grame.fr>
14 Faustine provides support for some vector features presented in the
15 paper "Semantics for Multirate Faust", written by Pierre Jouvelot and
20 - [ ] (pick an element from a vector)
21 - # (concatenate two vectors)
28 benchmarks/ benchmark result files
29 Changes.txt what's new with each release
30 configure compilation configuration script
31 examples/ vector examples (fft, image processing...)
32 INSTALL.txt Faustine installation instructions
33 interpreter/ Faustine's interpreter source code
34 lib/ library files in Faustine (fft.lib, morpho.lib...)
35 LICENSE.txt license and copyright notice
36 Makefile main Makefile to compile and install
49 Faustine's git repository can be cloned (with correct rights):
50 git clone https://scm.cri.ensmp.fr/git/Faustine.git
56 * No specific documentation is provided for Faustine by now.
57 Faustine's options can be seen calling "faustine --help".
58 You can read "Semantics for Multirate Faust", Pierre Jouvelot and
61 * The FAUST documentation is available at
65 * The OCaml manual is distributed in HTML, PDF, Postscript, DVI, and
66 Emacs Info files. It is available on the World Wide Web, at
72 -- Karim Barkati and Haisheng Wang, MINES ParisTech, 2013