Skip to content

Instantly share code, notes, and snippets.

View AlexandreRangel's full-sized avatar

Alexandre Rangel AlexandreRangel

View GitHub Profile
# Alexandre rANGEL
# "sunday morning worship code" (v13)
# www.quasecinema.org
# 06-Feb-2016
# Sonic Pi 2.12
mybpm = 144
use_bpm mybpm
startClock = 0 # 0 to start song at beginning
clock = 0 # global var
# Alexandre rANGEL
# 'atomic garden of gravitational waves' (v10)
# https://www.youtube.com/watch?v=BEyHi5LkQWk
# www.quasecinema.org
# 14-Feb-2016
# Sonic Pi 2.12
mybpm = 66 #* 6
use_bpm mybpm
startClock = 0 # 0 to start song at beginning
# Alexandre rANGEL
# 'polaris untamed ritual - still intact and comfortably outside the event horizon' (v18)
# https://www.youtube.com/watch?v=fzb5sf2Dcyo
# www.quasecinema.org
# 21-Feb-2016 / Sonic Pi 2.12
arrangement = true
mybpmbase = 30
mybpm = mybpmbase # * 2 #6, 8, 12, 16, 4, 2
use_bpm mybpm
# Alexandre rANGEL
# 'jupiter coming with the wolves' (v13)
# www.quasecinema.org
# 28-Feb-2016 / Sonic Pi 2.12
arrangement = true
mybpmbase = 120
mybpm = mybpmbase # * 2 #6, 8, 12, 16, 4, 2
use_bpm mybpm
startClock = 0 # 0 to start song at beginning
@AlexandreRangel
AlexandreRangel / void-running-v25.rb
Last active June 10, 2017 13:36
Sonic Pi music code
# Alexandre rANGEL
# "void running" (v25)
# www.quasecinema.org
# 06-Mar-2016
# Sonic Pi 2.12
arrangement = true
mybpmbase = 116
mybpm = mybpmbase * 2
use_bpm mybpm
# Alexandre rANGEL
# "raining rage" (v11)
# www.quasecinema.org
# 10-Mar-2016
# Sonic Pi 2.9
arrangement = true
mybpmbase = 160
mybpm = mybpmbase
use_bpm mybpm
# Alexandre rANGEL
# "the book of changes" (v16)
# www.quasecinema.org
# 13-Mar-2016
# Sonic Pi 2.9
# video: https://www.youtube.com/watch?v=Fl-bDokHL5g
arrangement = true
mybpmbase = 240
mybpm = mybpmbase
# Alexandre rANGEL
# tilt your head in a way so that you can hear the wind - v13
# 20-Mar-2016
# mp3: http://www.quasecinema.org/mp3/Alexandre_rANGEL-tilt-your-head.mp3
arrange = true
set_volume! 0.73
use_bpm 144
clock = 0
# Alexandre rANGEL
# "ascension hill" (v14)
# www.quasecinema.org
# 26-Mar-2016
# Sonic Pi 2.9
myBPM = 144
bpmDivider = 2
use_bpm myBPM
set_volume! 1.0 # the age of
# Alexandre rANGEL
# www.quasecinema.org
# knowledge representation and reasoning - v20
# Sonic Pi 2.9
# 3-Apr-2016
use_bpm 67
c1 = c2 = q1 = q2 = k1 = k2 = 0
set_volume! 0.84