1
0
Files
scoobidules/main_routine.scd
2025-02-26 07:36:13 +01:00

8 lines
76 B
Plaintext

r{
loop {
s.bind {
// synth goes here
}
}
exprand(0.1, 1).wait;
};