Skip to content

Instantly share code, notes, and snippets.

@RusticFlare
Created April 23, 2017 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RusticFlare/43193eeb89c99e716bae5cd298b36ce0 to your computer and use it in GitHub Desktop.
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
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