{
   "name" : "wind",
   "author" : "LFSaw",
   "ancestor_list" : [],
   "description" : "Example sound explored in the temporary event Creating soundscapes with live coding techniques \r\nhttps://temporary.fi/experiments/creating-soundscapes-with-live-coding-techniques",
   "labels" : [
      "wind",
      "live coding",
      "simple example",
      "entrypoint"
   ],
   "is_private" : null,
   "id" : "1-579",
   "code" : "(\r\nNdef(\\noise).addSpec(\\mFreq, [0.1, 8, \\lin]);\r\nNdef(\\noise).addSpec(\\fFreq, [100, 8000, \\exp]);\r\nNdef(\\noise).addSpec(\\fRq, [0.01, 2, \\lin]);\r\n\r\nNdef(\\noise).fadeTime = 10;\r\n\r\nNdef(\\noise, {|mFreq = 0.1, fFreq = 1348, fRq = 0.5|\r\n\r\n\tvar src, mod;\r\n\r\n\tmod = {LFNoise2.ar(mFreq).range(0, 1)}!6;\r\n\r\n\tsrc = WhiteNoise.ar(mod.lagud(1, 4));\r\n\r\n\tsrc = RLPF.ar(src, fFreq.lag(1), fRq);\r\n\r\n\tSplay.ar(src);\r\n\r\n})\r\n)"
}
