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
## Eastern pluck & 'safari' percussion | |
## Coded by Nanomancer | |
##| set_volume! 5 | |
##| puts "SYNC" | |
##| sample :elec_blip, amp: 0.5 | |
##| sleep 8 | |
set_volume! 0.55 | |
# set_mixer_control! amp: 0.1, amp_slide: 0.1 |
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
set_volume! 5 | |
set_mixer_control! amp: 0.1, amp_slide: 0.1 | |
sleep 1 # wait for amp to go down | |
set_mixer_control! amp: 5, amp_slide: 8 | |
live_loop :doombeat do | |
# if one_in(3) then sleep [16, 32, 64].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
## As The Epoch Fades - Video Version | |
## Coded by Nanomancer 13.04.2016 | |
## Sonic Pi version 2.9 | |
=begin | |
About: | |
An experiment in sending values between live_loops to increase 'intelligence' of generative abilities: | |
eg loops that can change speed/key depending on another |
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
## Transmission - Origin Unknown -Tuned Resonators in C minor | |
## Random Seed Version: 746742 | |
## Coded by Nanomancer - Distributed under Creative Commons Non-Commercial Attribution license - :) | |
## 26.03.2016 | |
## Watch a video produced with screen grabs of the code and Nebulae: | |
## https://www.youtube.com/watch?v=5fwGHAdoaXA&feature=youtu.be | |
####################### | |
max_t = 8 # Adjust the run time of the piece |