initial commit
This commit is contained in:
8
main_routine.scd
Normal file
8
main_routine.scd
Normal file
@ -0,0 +1,8 @@
|
||||
r{
|
||||
loop {
|
||||
s.bind {
|
||||
// synth goes here
|
||||
}
|
||||
}
|
||||
exprand(0.1, 1).wait;
|
||||
};
|
||||
Reference in New Issue
Block a user