1
0

initial commit

This commit is contained in:
2025-02-26 07:33:14 +01:00
commit 13e794f44b
21 changed files with 515 additions and 0 deletions

8
main_routine.scd Normal file
View File

@ -0,0 +1,8 @@
r{
loop {
s.bind {
// synth goes here
}
}
exprand(0.1, 1).wait;
};