Merge pull request #21 from lovevictoria2020/main

Create lovevictoria2020_01.rb
This commit is contained in:
Lee Reilly 2020-12-09 12:38:26 -08:00 коммит произвёл GitHub
Родитель f1c312dc45 8fb2e0f723
Коммит 9259ebae5f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,10 @@
use_synth :dark_ambience
use_random_seed 465874293
with_fx :bitcrusher, room: 5 do
10.times do
play (scale :e5,:minor_pentatonic).choose, release: rand
sleep 0.125
end
end