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
# Alexandre rANGEL / www.quasecinema.org | |
# they tried to capture the light-v02 | |
# Sonic Pi 2.9 / 4-Jan-2016 | |
set_volume! 0.5 | |
use_bpm 120 | |
live_loop :audio do | |
with_fx :compressor, amp: 1.5 do | |
with_fx :pitch_shift, pitch: [-8,-4,4,8,12].choose, window_size: rrand(0.001,0.1) do | |
with_fx :slicer, phase: (ring 0.25, 0.15, 0.25, 1.0/3)[tick] do |
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
# Alexandre rANGEL / www.quasecinema.org | |
# they tried to capture the light - v03 | |
# Sonic Pi 2.9 / 4-Jan-2016 | |
set_volume! 0.5 | |
use_bpm 120 | |
live_loop :metro do | |
clock = tick | |
bar = clock / 4 |
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
# Alexandre rANGEL / www.quasecinema.org | |
# they tried to capture the light-v01 | |
# Sonic Pi 2.9 / 4-Jan-2016 | |
set_volume! 0.5 | |
use_bpm 120 | |
live_loop :audio do | |
with_fx :compressor, amp: 1.5 do | |
with_fx :pitch_shift, pitch: [-8,-4,4,8,12].choose, window_size: rrand(0.001,0.1) do | |
with_fx :slicer, phase: (ring 0.25, 0.15, 0.25, 1.0/3)[tick] do |
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
# Alexandre rANGEL / www.quasecinema.org | |
# underwater-v01 | |
# Sonic Pi 2.9 / 1-Jun-2015 | |
use_bpm 64 | |
v1 = v2 = v3 = 0 | |
set_volume! 6 | |
t = Time.new | |
x = (t.year / t.month / t.day * t.hour * t.min * t.sec) |
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
# Alexandre rANGEL / www.quasecinema.org | |
# rain worship-v04 | |
# Sonic Pi 2.9 / 23-Out-2015 | |
use_bpm 96 | |
clock = 0 | |
t = Time.new | |
tx = (t.year + t.month + t.day + t.hour + t.min + t.min) | |
use_random_seed tx |
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
# Alexandre rANGEL / www.quasecinema.org | |
# passion-v04 | |
# Sonic Pi 2.9 / 4-Jan-2016 | |
use_bpm 140 / 12 | |
clock = 0 | |
set_volume! 2.75 | |
t = Time.new | |
tx = (t.year / t.month / t.day / (t.hour+1) * t.min * t.sec) |
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
# Alexandre rANGEL / www.quasecinema.org | |
# they tried to capture the light - v11 | |
# Sonic Pi 2.9 / 7-Jan-2016 | |
set_sched_ahead_time! 4 | |
use_random_seed 1 | |
set_volume! 0.75 | |
use_bpm 140 | |
# download sample and change path below |
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
# Alexandre rANGEL | |
# things do not exist independent of causation v06 | |
# www.quasecinema.org | |
# 17-Jan-2015 | |
# Sonic Pi 2.12 | |
use_bpm 136 | |
startClock = 0 # 0 to start song at beginning | |
clock = 0 # global var | |
bar = 0 # global var |
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
# Alexandre rANGEL - www.quasecinema.org | |
# Leo and Aquarius v13 / 24-Jan-2016 | |
# Sonic Pi 2.12 | |
use_bpm 136 | |
startClock = 200 # 0 to start song at beginning | |
clock = 0 # global var | |
bar = 0 # global var | |
set_volume! 1.0 |
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
# Alexandre rANGEL - www.quasecinema.org | |
# church-of-men-of-love (v08) | |
# feeling weird about phisicality | |
# 30-Jan-2016 | |
# Sonic Pi 2.12 | |
#use_bpm 96 # for intro | |
use_bpm 136 | |
startClock = 0 # 0 to start song at beginning | |
clock = 0 # global var | |
bar = 0 # global var |
OlderNewer