melody1 = ring(:E2,:E2,:E3,:E2,:E2,:D3,:r, :E2,:E2,:C3,:E2,:r, :E2,:A2,:E2,:r, :E2, :b2, :C3 )
melody2 = ring(:E2,:r, :E3,:E2,:E2, :r, :D3, :E2,:E2,:r, :C3,:E2,:E2,:A2,:r,:r,:r,:r,:r,:r)
melody = melody1 + melody2
use_bpm 140
use_synth :pluck
filterRange = range(59,100,0.3).mirror
with_fx :reverb , room: 0.8 do
with_fx :echo, phase: 0.25, decay: 1 do
with_fx :krush , gain: 1.5, cutoff: 0 do |r|
live_loop :CLOCKMASTER do
play melody.tick , release: 1
sleep 0.25
control r, cutoff: filterRange.tick
end
end
end
end
live_loop :hihats , sync: :CLOCKMASTER do
sample :drum_cymbal_closed , amp: 0.5
sleep 0.25
end
live_loop :beat , sync: :CLOCKMASTER do
sample :bd_haus
sleep 1
end
I used pluck and krush, and it triggers doom memories - it sound very similar indeed. 5min coding job, sorry, I just wanted to hear pluck and krush msyelf