Erosion and dilasion by square successfully tested.
[Faustine.git] / interpretor / faust-0.9.47mr3 / examples / README
1 This folder contains several examples of Faust programs as well as
2 Makefiles to compile them for various audio architectures.
3
4 cd examples
5 make help
6
7 will give you the main targets
8
9 Compilation of MAX/MSP externals on OSX
10 ========================================
11
12 ¥ Compilation of all .dsp files to produce MAX/MSP externals on OSX can be done using the Makefile
13
14 - edit the Makefile.mspcompile file and setup the "cycling" and "install_plug_ins" variables with the appropriate values for your machine
15
16 - use "make msp" to produce all MAX/MSP externals
17
18
19 Compilation of VST plug-ins on OSX
20 ===================================
21
22 ¥ Compilation of all .dsp files to produce VST plug-ins on OSX can be done using the Makefile
23
24 - edit the Makefile.vstcompile file and setup the "vst_sdk" and "install_plug_ins" variables with the appropriate values for your machine
25
26 - use "make vst" to produce all VST plug-ins