Rename interpretor to interpreter.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / tools / README
1 Additional tools for Faust
2 ==========================
3 Grame, Centre National de Creation Musicale
4 http://www.grame.fr
5
6
7
8
9 These additional tools are provided by various contributors to help
10 the building process of applications and plugins with Faust.
11
12 Currently the following tools are available :
13
14 - faust2oct is a script to create dynamically loadable functions for
15 gnu octave
16
17 - faust2appls contains simple scripts to easily and quickly generate svg
18 diagrams as well as jack, alsa and plot applications
19
20 - faust2sc is a Ruby program used to generate language modules (e.g. for
21 Haskell and SuperCollider).
22
23 - faust2pd is a Q program used to generate a user interface patch to
24 use in conjuction with a Faust generated pd plugin.
25
26 - scbuilder is a Ruby/Python/SCons script for building SuperCollider
27 plugins, either from C++ sources or from Faust specifications.
28
29 - faust2ck is a wrapper-generator for ChucK Ugens. It allows to create
30 ChucK-compatible C++ code that can be placed in the Chuck source tree
31 to extend the language.
32
33 - faust2flash allows to convert Faust programs into Flash .swf files
34 that can be published in web pages.