1 Additional tools for Faust
2 ==========================
3 Grame, Centre National de Creation Musicale
9 These additional tools are provided by various contributors to help
10 the building process of applications and plugins with Faust.
12 Currently the following tools are available :
14 - faust2oct is a script to create dynamically loadable functions for
17 - faust2appls contains simple scripts to easily and quickly generate svg
18 diagrams as well as jack, alsa and plot applications
20 - faust2sc is a Ruby program used to generate language modules (e.g. for
21 Haskell and SuperCollider).
23 - faust2pd is a Q program used to generate a user interface patch to
24 use in conjuction with a Faust generated pd plugin.
26 - scbuilder is a Ruby/Python/SCons script for building SuperCollider
27 plugins, either from C++ sources or from Faust specifications.
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.
33 - faust2flash allows to convert Faust programs into Flash .swf files
34 that can be published in web pages.