This commit is contained in:
tth
2021-10-15 23:22:38 +02:00
parent f19fefe41d
commit 7a4ae87c0e
8 changed files with 133 additions and 7 deletions

5
code/beep.ck Normal file
View File

@@ -0,0 +1,5 @@
// Just a little beep
SinOsc s => dac;
0.5 => s.gain;
440 => s.freq;
2::second => now;