{
   "name" : "Memories",
   "author" : "Blessing Mwema",
   "description" : "",
   "ancestor_list" : [],
   "labels" : [],
   "id" : "1-5iN",
   "is_private" : null,
   "code" : "// Boot the audio server\r\ns.boot;\r\n\r\n// Play a sine wave tone\r\n{ SinOsc.ar(440, 0, 0.2) }.play;\r\n// Simple repeating beat\r\n(\r\nPbind(\r\n    \\instrument, \\perc,\r\n    \\dur, 0.5,\r\n    \\freq, 200\r\n).play;\r\n)"
}
