projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
OOP initial commit with new tracked files.
[Faustine.git]
/
interpretor
/
faust-0.9.47mr3
/
examples
/
reverb_designer.dsp
1
import("effect.lib");
2
3
N = 16; // Feedback Delay Network (FDN) order (power of 2, 2 to 16)
4
NB = 5; // Number of T60-controlled frequency-bands (3 or more)
5
BSO = 3; // Order of each lowpass/highpass bandsplit (odd positive integer)
6
7
process = fdnrev0_demo(N,NB,BSO);