{
   "ancestor_list" : [],
   "description" : "A lazer sound then a drone with morse-code like bleeps.  A byproduct of testing the triggering algorithm in the mono2eN SynthDef.",
   "name" : "lazerdrone",
   "author" : "Callum Goddard",
   "code" : "s.boot;\r\n\r\n(\r\nSynthDef(\"lazerdrone\", {\r\n\tvar in, freq, hasFreq;\r\n\r\n\t\r\n\tin = SinOsc.ar(440 * LFSaw.kr(100, 1000));\r\n\r\n\t# freq, hasFreq = Pitch.kr(\r\n\t\t\t\t\tin,\r\n\t\t\t\t\tampThreshold: 0.09,\r\n\t\t\t\t\tmedian: 1);\r\n\tfreq = freq * hasFreq;\r\n\t//freq.poll;\r\n\t\r\n\tSinOsc.kr(freq).poll;\r\n\t\r\n\t\tOut.ar(0, in + \r\n\t\tSinOsc.ar(440, \r\n\t\t\t0, \r\n\t\t\tClip.kr(\r\n\t\t\t\tSinOsc.kr(freq), \r\n\t\t\t\t0)\r\n\t\t)\r\n\t);\r\n}).play;\r\n)",
   "is_private" : null,
   "id" : "1-4Te",
   "labels" : [
      "drone",
      "lazer",
      "bleeps"
   ]
}
