New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / examples / parametric_eq.dsp
1 ol = library("oscillator.lib");
2 fl = library("filter.lib");
3
4 //process = ol.sawtooth_demo : fl.parametric_eq_demo :
5 // fl.mth_octave_spectral_level_demo(2) <: _,_;
6 process =
7 vgroup("[1]", ol.sawtooth_demo) :
8 vgroup("[2]", fl.parametric_eq_demo) :
9 vgroup("[3]", fl.mth_octave_spectral_level_demo(2))
10 <: _,_;
11