Skip to content

Instantly share code, notes, and snippets.

@hopbit
Last active August 29, 2015 14:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hopbit/24501bb817c6160ef25e to your computer and use it in GitHub Desktop.
Save hopbit/24501bb817c6160ef25e to your computer and use it in GitHub Desktop.
Quantum Energy - Live Session 001
# 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