PREREQUISITES
-------------
-* Faust is needed (tested version: 0.9.44).
* OCaml is needed (tested version: 4.00.1).
* The external "libsndfile-ocaml" OCaml module is needed.
* The GNU C compiler gcc is recommended.
This generates the configuration file "Makefile".
You will be asked for include paths:
-* OCaml path
-* libsndfile-ocaml path
+* your OCaml path
+* your libsndfile-ocaml path
2- From the top directory, do:
make
-This builds Faustine interpreter and Faust compiler for the first time.
+This builds Faustine interpreter (and an adhoc Faust multirate preprocessor)
+for the first time.
This phase is fairly verbose; consider redirecting the output to a file:
make > makelog.txt
--- Karim Barkati and Haisheng Wang, 2013
\ No newline at end of file
+-- Karim Barkati and Haisheng Wang, 2013