{
   "is_private" : null,
   "id" : "1-516",
   "code" : "(\r\nSynthDef(\\bass, { arg freq = 440, amp = 0.5, gate = 1;\r\n\tvar snd, env, oscfreq, output;\r\n\tvar lfo;\r\n\toscfreq = {freq * LFNoise2.kr(Rand(0.0001,0.5)).range(0.98, 1.02)}!13;\r\n\tlfo = { SinOsc.kr({ 1/Rand(2,52) }!13) };\r\n\tenv = Env.adsr(0.07, 1, 0.9, 0.1).kr(doneAction:2, gate: gate);\r\n\toutput = LFSaw.ar(oscfreq, mul: lfo.value.range(0,1));\r\n\toutput = RLPF.ar(output, (env*freq) + 1*freq * lfo.value.range(1/4,2), lfo.value.range(0.1,1));\r\n\toutput = Splay.ar(output, lfo.value.range(0,1));\r\n\toutput = output * env * amp;\r\n\tOut.ar(0, output);\r\n\t}).add;\r\n)\r\n\r\nPdef(\\bass, Pbind(\r\n\t\\instrument, \\bass,\r\n\t\\tempo, 113/60,\r\n\t\\ctranspose, -26,\r\n\t\\degree, Pseq([Pseq([3, 5, 1, 3, 5, 8, 1], 2), Pseq([3, 2, 5, -1], 1), Pseq([3, 2, 5, 0], 1), Pseq([1, 5, 0,1,2,5,4], 2), Pseq([1, 0,2],2), 3],inf),\r\n\t\\dur, Pseq([Pseq([8, 4, 4, 8, 4, 2, 2], 2), Pseq([8,4,2, 2], 2),Pseq([8, 4, 4, 8, 4, 2, 2], 2), Pseq([8, 4, 4], 2), 16], inf),\r\n\t\\legato, 1.0,\r\n\t\\amp, 0.6,\r\n)).play;\r\n\r\nPdef(\\bass, Pmono(\\bass,\r\n\t\\tempo, 113/60,\r\n\t\\ctranspose, -26,\r\n\t\\degree, Pseq([Pseq([3, 5, 1, 3, 5, 8, 1], 2), Pseq([3, 2, 5, -1], 1), Pseq([3, 2, 5, 0], 1), Pseq([1, 5, 0,1,2,5,4], 2), Pseq([1, 0,2],2), 3],inf),\r\n\t\\dur, Pseq([Pseq([8, 4, 4, 8, 4, 2, 2], 2), Pseq([8,4,2, 2], 2),Pseq([8, 4, 4, 8, 4, 2, 2], 2), Pseq([8, 4, 4], 2), 16], inf),\r\n\t\\legato, 1.0,\r\n\t\\amp, 0.6,\r\n)).play;",
   "labels" : [
      "bass",
      "code fork",
      "morphing",
      "sawtooth"
   ],
   "description" : "my hobbit: adding random arrays of LFO everywhere (bonus: a glitch i don't know where it come from)",
   "ancestor_list" : [
      "1-514"
   ],
   "name" : "Re: Morphing Saw Bass",
   "author" : "grirgz"
}
