X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/c7f552fd8888da2f0d8cfb228fe0f28d3df3a12c..b4b6f2ea75b9f0f3ca918f5b84016610bf7a4d4f:/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/README diff --git a/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/README new file mode 100644 index 0000000..383f748 --- /dev/null +++ b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/README @@ -0,0 +1,31 @@ +This folder contains useful scripts that combines faust and g++ to generates executable binary. +You can use 'sudo make install' to install them. + + +1) The following scripts generate audio applications + +faust2jack ... : create jack-gtk applications for each input file + +faust2jaqt ... : create jack-qt applications for each input file + +faust2alsa ... : create alsa-gtk applications for each input file + +faust2plot ... : create a matplot application for each input file + +faust2coreaudio ... : create a coreaudio-qt application for each input file + + +2) The following scripts can be used to generate block diagrams + +faust2svg ... : create svg block-diagrams for each input file + +faust2png ... : create svg block-diagrams for each input file + +faust2eps ... : create svg block-diagrams for each input file + + +3) The following scripts also integrate a visualization : + +faust2firefox ... : faust2svg with visualization using firefox + +faust2octave : faust2plot with visualization using octave