X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..66f23d4fabf89ad09adbd4dfc15ac6b5b2b7da83:/interpreter/preprocessor/faust-0.9.47mr3/examples/README diff --git a/interpreter/preprocessor/faust-0.9.47mr3/examples/README b/interpreter/preprocessor/faust-0.9.47mr3/examples/README new file mode 100644 index 0000000..3be3e16 --- /dev/null +++ b/interpreter/preprocessor/faust-0.9.47mr3/examples/README @@ -0,0 +1,26 @@ +This folder contains several examples of Faust programs as well as +Makefiles to compile them for various audio architectures. + + cd examples + make help + +will give you the main targets + +Compilation of MAX/MSP externals on OSX +======================================== + +¥ Compilation of all .dsp files to produce MAX/MSP externals on OSX can be done using the Makefile + + - edit the Makefile.mspcompile file and setup the "cycling" and "install_plug_ins" variables with the appropriate values for your machine + + - use "make msp" to produce all MAX/MSP externals + + +Compilation of VST plug-ins on OSX +=================================== + +¥ Compilation of all .dsp files to produce VST plug-ins on OSX can be done using the Makefile + + - edit the Makefile.vstcompile file and setup the "vst_sdk" and "install_plug_ins" variables with the appropriate values for your machine + + - use "make vst" to produce all VST plug-ins