These additional tools are provided by various contributors to help the building process of applications and plugins with Faust.
The following tools are currently available:
faust2octis a script to create dynamically loadable functions for gnu octavefaust2applscontains various "faust2..." scripts relying on Faust architectures from/architectureto generate a wide range of elements from a Faust code. These scripts get automatically installed whensudo make installis ranfaust2scis a Ruby program used to generate language modules (e.g. for Haskell and SuperCollider).faust2pdis a Q program used to generate a user interface patch to use in conjunction with a Faust generated pd plugin.scbuilderis a Ruby/Python/SCons script for building SuperCollider plugins, either from C++ sources or from Faust specifications.faust2ckis a wrapper-generator for ChucK Ugens. It allows to create ChucK-compatible C++ code that can be placed in the Chuck source tree to extend the language.faust2flashallows to convert Faust programs into Flash .swf files that can be published in web pagessound2faustallows to convert audio files in Faust 'waveforms' primitive. The output file contains:- an interleaved version (all audio channels are generated in a same 'waveform')
- several 'waveforms' for separated mono channels
- a resulting 'processor' that simply output all mono 'waveforms'
benchmarkfolder contains additional tools to test the C++, LLVM, WebAssembly and Interpreter backends, and the performance of their generated code.