Created
April 23, 2017 09:49
-
-
Save RusticFlare/43193eeb89c99e716bae5cd298b36ce0 to your computer and use it in GitHub Desktop.
The Amazing by Victoria Baker (with some help from her older brother James) - Play with Sonic Pi
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
use_synth :pretty_bell | |
play 80 | |
sleep 0.5 | |
play 85 | |
sleep 0.5 | |
play 90 | |
sleep 0.5 | |
play 80 | |
play 80 | |
sleep 0.5 | |
play 85 | |
sleep 0.5 | |
play 90 | |
sleep 0.5 | |
play 80 | |
sleep 0.5 | |
sample :drum_tom_mid_soft, amp: 3 | |
sleep 0.25 | |
sample :drum_tom_mid_soft, amp: 3 | |
sleep 0.125 | |
sample :drum_tom_mid_soft, amp: 3 | |
sleep 0.25 | |
sample :drum_tom_mid_soft, amp: 3 | |
sleep 0.25 | |
sample :drum_tom_mid_soft, amp: 3 | |
sleep 0.5 | |
sample :drum_tom_mid_soft, amp: 4 | |
sleep 0.5 | |
live_loop :vb do | |
play 60 | |
sample :elec_twang | |
sample :drum_bass_hard | |
sleep 1 | |
sample :drum_cymbal_open | |
sample :elec_ping | |
sleep 0.5 | |
play 62 | |
sample :elec_twang | |
sleep 0.5 | |
sample :drum_tom_hi_hard | |
sample :elec_twang | |
sleep 0.5 | |
sample :drum_tom_hi_hard | |
sample :elec_ping | |
play 65 | |
sleep 0.5 | |
sample :drum_tom_hi_hard | |
sample :elec_ping | |
sleep 0.5 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment