This file contains hidden or 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 | |
| # "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 |
This file contains hidden or 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 | |
| # '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 |
This file contains hidden or 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 | |
| # '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 |
This file contains hidden or 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 | |
| # '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 |
This file contains hidden or 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 | |
| # "void running" (v25) | |
| # www.quasecinema.org | |
| # 06-Mar-2016 | |
| # Sonic Pi 2.12 | |
| arrangement = true | |
| mybpmbase = 116 | |
| mybpm = mybpmbase * 2 | |
| use_bpm mybpm |
This file contains hidden or 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 | |
| # "raining rage" (v11) | |
| # www.quasecinema.org | |
| # 10-Mar-2016 | |
| # Sonic Pi 2.9 | |
| arrangement = true | |
| mybpmbase = 160 | |
| mybpm = mybpmbase | |
| use_bpm mybpm |
This file contains hidden or 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 | |
| # "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 |
This file contains hidden or 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 | |
| # 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 |
This file contains hidden or 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 | |
| # "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 |
This file contains hidden or 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 | |
| # 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 |