some bla
This commit is contained in:
5
code/beep.ck
Normal file
5
code/beep.ck
Normal file
@@ -0,0 +1,5 @@
|
||||
// Just a little beep
|
||||
SinOsc s => dac;
|
||||
0.5 => s.gain;
|
||||
440 => s.freq;
|
||||
2::second => now;
|
||||
Reference in New Issue
Block a user