projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Test commit into the README file.
[Faustine.git]
/
dsp_files
/
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 : /;