Rename interpretor to interpreter.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / tools / faust2pd / examples / README
1
2 - basic/test.pd: Basic example of Pd-Faust externals, without faust2pd.
3
4 - faust/faustdemo.pd: Sample dsps from the Faust distribution, with
5 faust2pd-generated GUIs.
6
7 - synth/synth.pd: A complete MIDI-driven synth-effects chain. Only Faust
8 synths and effects with faust2pd-generated GUIs were used in this example.
9
10 - seqdemo/seqdemo.pd: A step sequencer example. The sound generation is done
11 with Faust dsps, the sequencer is implemented in Pure. (This needs pd-pure
12 to run, get it at http://pure-lang.googlecode.com/.)