Загрузка страницы

trail glitch a

Filmed evening of June 9 2020.
Sonic Pi code for the audio is below if you're interested, just need to replace the ISGREATERTHAN with the appropriate symbol. I wrote it for this as I needed something that would had silent parts in between.

ringer = (ring 76.96,78.69,80.44)
ringer0 = (ring 76.96,78.69,80.44,80.84)
dinger = (ring 86.50,88.23,88.97)
live_loop :ned do
set :tofu, 1
sleep 4
set :tofu, 0
sleep 4
end

live_loop :fred do
with_fx :slicer do
if get[:tofu] ISGREATERTHAN 0.5
use_synth :tri
a = dinger.choose
play a, release: 0.2, pan: -1
if a == 88.23
play ringer0.choose, release: 0.2, pan: 1
else
play ringer.choose, release: 0.2, pan: 1
end
sleep rrand(0.02,1)
else
use_synth :chipbass
awhile = rrand(0.02,2)
a = dinger.choose
play a-[24,12].choose, release: awhile, pan: 1
if a == 88.23
play ringer0.choose-[12].choose, release: awhile, pan: -1
else
play ringer.choose-[12].choose, release: awhile, pan: -1
end
sleep awhile
end
end
end

Видео trail glitch a канала robbielosee
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
10 июня 2020 г. 9:31:28
00:00:44
Яндекс.Метрика