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

it may snow May snow

Filmed and edited May 9 2020.

Even though
It's May you know
It still may snow
May snow

The sun design was made in blender compositor using a combination of blend-texture color-ramp turned vertical and a "Bokeh Image" node that I'm not sure how to use properly but it made a nice circle and that's what I needed. A bunch of other nodes of course but those were the interesting ones.

Code to replicate this music in Sonic Pi version 3.2.1 is below.
In order for it to work the LESSTHANSIGN text must be replaced with the appropriate symbol.



onbeet = 0
notes = (ring 60,67,69,65)
minmaj = (ring 7,7,8,7)
live_loop :arp do
offbeet = rrand(0,0.04)
if onbeet LESSTHANSIGN= 0 then
onbeet = onbeet + offbeet
else
onbeet = onbeet - offbeet
end

notes = (ring 60,67,69,65,60,67,62,65,60,67,63,65,90)
minmaj = (ring 7,7,8,7)
with_fx :ixi_techno do

use_synth :dpulse
play notes.tick-12, release: 1, amp: 0.5, pan: (minmaj.tick%2)*2-1
sleep 0.25 + onbeet
use_synth :dsaw
play notes.look-minmaj.tick, release: 1, amp: 0.5, pan: (minmaj.look%2)*2-1
sleep 0.25 - onbeet
use_synth :tb303
play notes.look-5, release: 1, amp: 0.5, pan: ((minmaj.look%2)*2-1)*-1
sleep 0.5 + onbeet
use_synth :dull_bell
play notes.tick if dice == 6
end
end

Видео it may snow May snow канала robbielosee
Показать
Комментарии отсутствуют
Введите заголовок:

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

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

Зарегистрируйтесь или войдите с
Информация о видео
10 мая 2020 г. 11:22:32
00:01:07
Яндекс.Метрика