Rename interpretor to interpreter.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / tools / faust2appls / README
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.
3
4
5 1) The following scripts generate audio applications
6
7 faust2jack <file1.dsp>... : create jack-gtk applications for each input file
8
9 faust2jaqt <file.dsp>... : create jack-qt applications for each input file
10
11 faust2alsa <file1.dsp>... : create alsa-gtk applications for each input file
12
13 faust2plot <file1.dsp>... : create a matplot application for each input file
14
15 faust2coreaudio <file1.dsp>... : create a coreaudio-qt application for each input file
16
17
18 2) The following scripts can be used to generate block diagrams
19
20 faust2svg <file1.dsp>... : create svg block-diagrams for each input file
21
22 faust2png <file1.dsp>... : create svg block-diagrams for each input file
23
24 faust2eps <file1.dsp>... : create svg block-diagrams for each input file
25
26
27 3) The following scripts also integrate a visualization :
28
29 faust2firefox <file1.dsp>... : faust2svg with visualization using firefox
30
31 faust2octave <file.dsp> : faust2plot with visualization using octave