1 This folder contains useful scripts that combines faust and g++ to generates executable binary.
2 You can use 'sudo make install' to install them.
5 1) The following scripts generate audio applications
7 faust2jack <file1.dsp>... : create jack-gtk applications for each input file
9 faust2jaqt <file.dsp>... : create jack-qt applications for each input file
11 faust2alsa <file1.dsp>... : create alsa-gtk applications for each input file
13 faust2plot <file1.dsp>... : create a matplot application for each input file
15 faust2coreaudio <file1.dsp>... : create a coreaudio-qt application for each input file
18 2) The following scripts can be used to generate block diagrams
20 faust2svg <file1.dsp>... : create svg block-diagrams for each input file
22 faust2png <file1.dsp>... : create svg block-diagrams for each input file
24 faust2eps <file1.dsp>... : create svg block-diagrams for each input file
27 3) The following scripts also integrate a visualization :
29 faust2firefox <file1.dsp>... : faust2svg with visualization using firefox
31 faust2octave <file.dsp> : faust2plot with visualization using octave