Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / tools / faust2oct / faustscale.dsp
1 // simple faust example
2 // just scale the input
3
4 gain = nentry("gain", 1, 0, 1, 0.01);
5
6 process = *(gain);