projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d6f83a1a1875551898e4ef3da6728fc75491941f
[Faustine.git]
/
dsp_files
/
tests
/
import_test.dsp
1
declare name " noise " ;
2
declare copyright " ( c ) GRAME 2006 " ;
3
4
import ( "music.lib" ) ;
5
6
// noise level controlled by a slider
7
8
process = noise : +(1);
9
//process = (_,12345:+)~(_,1103515245:*),2147483647.0 : /;