TetaTricks/code/beep.ck

6 lines
116 B
Plaintext

// Just a little beep
SinOsc s => dac;
0.5 => s.gain;
440 => s.freq;
2::second => now;