I'm back, again

I’m back, again.
Hopefully i wont have to leave again.
sonic pi is fun!
.
.
.
.
.
.

live_loop :guit do
  with_fx :echo, mix: 0.3, phase: 0.25 do
    sample :guit_e_fifths, rate: -0.5
  end
  sample :guit_e_fifths, rate: 1
  sleep 16
end

live_loop :guit1 do
  with_fx :echo, mix: 0.3, phase: 0.25 do
    sample :guit_em9, rate: 0.5
  end
  sample :guit_em9, rate: -0.5
  sleep 8
end

live_loop :drum do
  with_fx :echo, mix: 0.1 do
    sample :drum_bass_soft, rate: 0.2
    sleep 2
  end
end

live_loop :drum1 do
  with_fx :echo, mix: 0.1 do
    sample :drum_cymbal_closed, rate: 1
    sleep 1
  end
end
1 Like

Hello again :wave: :slightly_smiling_face:

That sounds great!
There might be a typo in that first sample name, unless this was intentional?

1 Like

Oops! I didn’t see that, thank you!