«Memories» by Blessing Mwema

on 24 Apr'26 13:44 in
1
2
3
4
5
6
7
8
9
10
11
12
13
// Boot the audio server
s.boot;

// Play a sine wave tone
{ SinOsc.ar(440, 0, 0.2) }.play;
// Simple repeating beat
(
Pbind(
    \instrument, \perc,
    \dur, 0.5,
    \freq, 200
).play;
)
raw 201 chars (focus & ctrl+a+c to copy)
reception
comments