A kind of concret music: Aléatoire#1

A snippet just for fun a piece in the "musique concrète (concrete music) " style…
Sounccloud Aléatoire #1
Suggestions and corrections are welcome! :wink:


with_fx :level, amp: 0.4 do

use_random_source :white

live_loop :source do

bpm = rrand(10,300)

puts bpm

use_bpm bpm

sample (ring,:perc_bell, :ambi_piano).tick, rate: rrand(-12,24)

sleep 0.5
end
end
1 Like