projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
263e9bd25a5539d703a4aa10e7d2a171ae47d5e7
[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);