Create Cam000_01.rb
This commit is contained in:
Родитель
66355e600d
Коммит
9622503fc3
|
@ -0,0 +1,11 @@
|
|||
use_random_seed 12223444
|
||||
ns = (scale :e3, :minor_pentatonic)
|
||||
with_fx :reverb, room: 0.9 do
|
||||
with_fx :ring_mod do
|
||||
use_synth :prophet
|
||||
7.times do
|
||||
play ns.choose, release: rand, attack:0.05
|
||||
sleep [0.15,0.175,0.25].choose
|
||||
end
|
||||
end
|
||||
end
|
Загрузка…
Ссылка в новой задаче