Skip to content

Instantly share code, notes, and snippets.

@langford
Last active January 23, 2017 02:25
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 langford/89d59c3815105444de6494762eb25a7a to your computer and use it in GitHub Desktop.
Save langford/89d59c3815105444de6494762eb25a7a to your computer and use it in GitHub Desktop.
#From Oh My Oh My Oh Dinosaurs! by Sandra Boynton
# https://smile.amazon.com/Oh-My-Dinosaurs-Boynton-Board/dp/1563054418/
# For Sonic Pi: http://sonic-pi.net
use_bpm 145
play :c4
sleep 1.0
play :d4
sleep 1.0/2.0
play :f4
sleep 1.0/2.0
play_chord [:f4, :a4]
sleep 1.0
play_chord [:d4, :f4]
sleep 3.0/4.0
play :f4
sleep 1.0/4.0
play :g4
sleep 1.0
play :d4
sleep 1.0/2.0
play :e4
sleep 1.0/2.0
play_chord [:c4, :f4, :a4]
sleep 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment