Last active
August 29, 2015 14:23
-
-
Save hopbit/24501bb817c6160ef25e to your computer and use it in GitHub Desktop.
Quantum Energy - Live Session 001
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
# Beginnings with Sonic Pi live loop & sample. | |
# Listen on [Soundcloud](https://soundcloud.com/quantumenergy/quantum-energy-live-session-001) | |
live_loop :foo do | |
sample :ambi_piano, amp: 0.35 | |
sample :drum_bass_hard, amp: 1 | |
sleep 0.40625 | |
sample :elec_snare, amp: 0.2 | |
sample :bass_dnb_f, amp: 0.5 | |
sleep 0.40626 | |
sample :elec_triangle, amp: 0.3 | |
sample :drum_cymbal_open, amp: 0.2 | |
sample :sn_dub, amp: 0.4 | |
sleep 0.203125 | |
sample :elec_snare, amp: 0.35 | |
sample :elec_bong, amp: 0.35 | |
sleep 0.203125 | |
end | |
live_loop :bar do | |
sample :loop_compus, amp: 1 | |
sample :ambi_lunar_land, amp: 0.5 | |
sleep 6.5 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment