Skip to content

Instantly share code, notes, and snippets.

View AlexandreRangel's full-sized avatar

Alexandre Rangel AlexandreRangel

View GitHub Profile
# 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
# 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
# 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
@AlexandreRangel
AlexandreRangel / underwater-v01.rb
Created January 5, 2016 00:18
Sonic Pi music code
# 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)
@AlexandreRangel
AlexandreRangel / rain-worship-v04.rb
Created January 5, 2016 00:22
Sonic Pi music code
# 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
@AlexandreRangel
AlexandreRangel / passion-v04.rb
Last active January 5, 2016 00:41
Sonic Pi music code
# 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)
# 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
# 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
@AlexandreRangel
AlexandreRangel / Leo-and-Aquarius-v13.rb
Last active June 10, 2017 03:32
Sonic Pi music code
# 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
# 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