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