Hello, some lines of code of a newbie…It’s very dark but it works! Maybe, someone can improve it? Thanks if you try it
Beryann *
in_thread do
with_fx :reverb do
loop do
sample :sn_zome , amp: rand_i, rate: rand, pan: rand
sleep 1
sample :misc_crow, amp: rand, pan: rand, rate: rand
sleep 1
sample :vinyl_hiss,amp: rand
end
end
end