{
   "ancestor_list" : [],
   "description" : "A synthdef and simple pbind to play some (pretty repetitive) bebop-ish arpeggios. The conjunction reminds me a bit of James Blake.",
   "name" : "Jazz Arpeggios",
   "author" : "Bjorn Westergard",
   "code" : "SynthDef(\\pluck, {|freq = 440, dur = 1|\r\nvar klang,note;\r\ndur = dur * 2;\r\nnote = freq.cpsmidi;\r\nnote = note + (LFNoise2.ar(20).range(-1,1) * (1/8));\r\nklang = SinOsc.ar((note * [1,1.002]).midicps, phase: VarSaw.ar(note.midicps, width: Line.ar(1,0.2,dur))) * 0.3;\r\nklang = klang * XLine.ar(1,1/10000,dur,doneAction:2);\r\nOut.ar(0, klang);\r\n}).store;\r\n\r\nPbind(\r\n\\instrument, \\pluck,\r\n\\degree, Pn(Pseries(0, Pwrand([Pwhite(-3,3,inf).round(1),1],[32,1],inf), 4),inf)-1 + [0,2,-1,-14],\r\n\\dur, Pseq([4, [5,2,1]].convertRhythm / 2, inf),\r\n\\strum, Pwhite(0,1/8,inf),\r\n\\octave, [5,6]\r\n).play;",
   "is_private" : null,
   "id" : "1-g",
   "labels" : [
      "jazz",
      "arpeggio",
      "pbind"
   ]
}
