use_bpm 120
live_loop :biet do
sleep 3
end
with_fx :reverb do
live_loop :typmaarlustig1, sync: :biet do
sample :ambi_choir, amp: 1.89, rate: 0.21
sample :bd_tek, amp: 0.89, rate: 0.21
sleep 34
end
live_loop :typmaarlustig2, sync: :biet do
sample :ambi_choir, amp: 0.55, rate: 0.21
sample :bd_tek, amp: 1.89, rate: 0.21
sleep 34.1
end
live_loop :typmaarlustig3, sync: :biet do
sample :ambi_choir, amp: 0.89, rate: 0.21
sample :bd_tek, amp: 0.55, rate: 0.21
sleep 34.05
end
live_loop :boom1, sync: :biet do
with_fx :reverb, room: 1 do
sleep 5
sample :bd_boom, amp: 1.89, rate: 0.34
end
sleep 21.1
end
live_loop :boom2, sync: :biet do
with_fx :reverb, room: 1 do
sleep 5
sample :bd_boom, amp: 0.89, rate: 0.34
end
sleep 21
end
live_loop :boom3, sync: :biet do
with_fx :reverb, room: 1 do
sleep 5
sample :bd_boom, amp: 0.55, rate: 0.34
end
sleep 21.05
end
end
with_fx :compressor do
live_loop :bass1, sync: :biet do
use_synth :dull_bell
play (chord :C3, :major).choose, release: rrand(0.34, 0.89), cutoff: rrand(13, 123)
sleep 3.1
end
live_loop :bass2, sync: :biet do
use_synth :dull_bell
play (chord :C3, :major).choose, release: rrand(0.34, 0.89), cutoff: rrand(13, 123)
sleep 3.05
end
live_loop :bass3, sync: :biet do
use_synth :dull_bell
play (chord :C3, :major).choose, release: rrand(0.34, 0.89), cutoff: rrand(13, 123)
sleep 3.00
end
end
sleep 13
with_fx :reverb do
live_loop :buzz1, sync: :biet do
sample :ambi_soft_buzz, amp: rrand(0.13,0.55), rate: rrand(0.55,0.89)
sleep 8
end
live_loop :buzz2, sync: :biet do
sample :ambi_soft_buzz, amp: rrand(0.13,0.55), rate: rrand(0.55,0.89)
sleep 8.1
end
live_loop :buzz3, sync: :biet do
sample :ambi_soft_buzz, amp: rrand(0.13,0.55), rate: rrand(0.55,0.89)
sleep 8.05
end
end