Rename interpretor to interpreter.
[Faustine.git] / interpreter / 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);