This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use_synth :hollow | |
use_bpm 60 | |
with_fx :reverb, mix: 0.7 do | |
with_fx :echo, mix: 0.5 do | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.