// title: Memories // author: Blessing Mwema // description: // code: // 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; )