projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add /usr/local/lib/faustine and /usr/lib/faustine to preprocessor import path.
[Faustine.git]
/
interpretor
/
preprocessor
/
faust-0.9.47mr3
/
examples
/
rewriting
/
serial.dsp
1
2
// sequences from tuples (parallel -> serial)
3
4
serial((x,y)) = serial(x) : serial(y);
5
serial(x) = x;
6
7
process = serial((sin,cos,tan));