hey folks.
The bottom live_loop in this patch keeps playing an uncalled note 64 (I think – whatever the default synth note is) on the default synth. I can’t figure out what’s going wrong or how to get rid of it. Can anyone recreate my error and/or give any insight?
Thanx!
NOTE: You probably have to comment out the Krush FX to hear what’s going on.
https://raw.githubusercontent.com/ClarkEagling/Sonic-Pi/master/LFO%20Rings%20and%20Named%20Ticks.rb
live_loop :thic_pad, delay:16 do
256.times do
play synth [:dsaw, :dpulse, :blade].choose, amp:sad_lfo3, cutoff: rrand(80,120), note: [64,48,88,76,36,100,112,124].choose, attack: 0.3, release: 3, pan: [-0.5,-0.75,-0.33,-0.25,0.5,0.75,0.33,0.25].choose
sleep 0.25
end
32.times do
sleep 1
end