projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8d45d6b7f3421dff72df201815ba0cdd54f8f666
[Faustine.git]
/
1
2
bandfilter = library("bandfilter.dsp").bandfilter;
3
4
process = seq(i, 10,
5
vgroup("band %i",
6
bandfilter(1000*(1+i))
7
)
8
);
9