Skip to content

Instantly share code, notes, and snippets.

View zolon4's full-sized avatar
🌴
whoops a daisy

Zolon Wilkins zolon4

🌴
whoops a daisy
View GitHub Profile
use_synth :hollow
with_fx :reverb, mix: 0.8 do
with_fx :distortion, distort:0.1 do
loop do
play choose(scale(:c4, :dorian)), decay: 10
sleep [1, 2, 3].choose
end
use_synth :hollow
with_fx :reverb, mix: 0.8 do
with_fx :distortion, distort:0.1 do
loop do
play choose(scale(:c4, :dorian)), decay: 10
sleep [1, 2, 3].choose
end
#URL="rtmp://a.rtmp.youtube.com/live2/1j1r-11b3-y4fp-abts"
URL="rtmp://fourthworld.co/LiveApp/522575397951829774453187"
ffmpeg \
-stream_loop -1 \
-re \
-i lightsblurred.mp4 \
-i 0005.wav \
-c:v copy \
-c:a aac \
use_synth :hollow
with_fx :reverb, mix: 0.8 do
with_fx :distortion, distort:0.1 do
loop do
play choose(scale(:c4, :dorian)), attack:5, release: 60, decay: 500
sleep 1
end
use_synth :hollow
with_fx :reverb, mix: 0.7 do
live_loop :c4 do
play choose(chord(:C4, :minor)),attack:5, release: 60, cutoff: rrand(60, 120),amp: 0.8
sleep 1
end
use_synth :hollow
with_fx :reverb, mix: 0.7 do
with_fx :echo, mix: 0.5 do
10.times do |x|
live_loop "loop-#{x + 1}" do
high = 100/x
use_synth :hollow
use_bpm 60
with_fx :reverb, mix: 0.7 do
with_fx :echo, mix: 0.5 do
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.