4 MRFausti is an interpreter for multi-rate FAUST programs, written in OCaml.
6 FAUST (Functional Audio Stream) is a functional programming language
7 specifically designed for real-time signal processing and
8 synthesis. It targets high-performance signal processing applications
9 and audio plug-ins for a variety of platforms and
10 standards. <http://faust.grame.fr>
12 MRFausti provides support for some vector features presented in the
13 paper "Semantics for Multirate Faust", written by Pierre Jouvelot and
18 - [] (pick an element from a vector)
19 - # (concatenate two vectors)
26 Changes what's new with each release
27 INSTALL instructions for installation
28 LICENSE license and copyright notice
29 Makefile main Makefile
31 config/ autoconfiguration stuff
32 emacs/ OCaml editing mode and debugger interface for GNU Emacs
34 otherlibs/ several external libraries
35 parsing/ syntax analysis
36 stdlib/ standard library
37 tools/ various utilities
38 toplevel/ interactive system
40 utils/ utility libraries
41 yacc/ parser generator
47 See the file INSTALL for installation instructions on Unix, Linux and
48 MacOS X machines. For MS Windows, see README.win32.
59 The FAUST documentation is available at
63 The OCaml manual is distributed in HTML, PDF, Postscript, DVI, and
64 Emacs Info files. It is available on the World Wide Web, at