Completing basic operations in basic.ml for primitives float, And, Or, Xor, fmod...
[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);