projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New directory tree, with preprocessor/ inside interpretor/.
[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);