Created
January 4, 2014 22:44
-
-
Save wting/8261788 to your computer and use it in GitHub Desktop.
Play Taps using PC speaker.
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
G4='-f 392.00' | |
C5='-f 523.25' | |
E5='-f 659.26' | |
G5='-f 783.99' | |
whole='-l 2048' | |
dottedhalf='-l 1536' | |
half='-l 1024' | |
dottedquarter='-l 768' | |
quarter='-l 512' | |
dottedeighth='-l 384' | |
eighth='-l 256' | |
sixteenth='-l 128' | |
smallspace='-D 64' | |
longspace='-D 128' | |
beep \ | |
$dottedeighth $G4 $smallspace -n \ | |
$sixteenth $G4 $smallspace -n \ | |
$dottedhalf $C5 $longspace -n \ | |
$dottedeighth $G4 $smallspace -n \ | |
$sixteenth $C5 $smallspace -n \ | |
$dottedhalf $E5 $longspace -n \ | |
$dottedeighth $G4 $smallspace -n \ | |
$sixteenth $C5 $smallspace -n \ | |
$quarter $E5 $smallspace -n \ | |
$dottedeighth $G4 $smallspace -n \ | |
$sixteenth $C5 $smallspace -n \ | |
$quarter $E5 $smallspace -n \ | |
$dottedeighth $G4 $smallspace -n \ | |
$sixteenth $C5 $smallspace -n \ | |
$dottedhalf $E5 $longspace -n \ | |
$eighth $C5 $smallspace -n \ | |
$eighth $E5 $smallspace -n \ | |
$half $G5 $smallspace -n \ | |
$quarter $E5 $smallspace -n \ | |
$quarter $C5 $smallspace -n \ | |
$dottedhalf $G4 $longspace -n \ | |
$dottedeighth $G4 $smallspace -n \ | |
$sixteenth $G4 $smallspace -n \ | |
$whole $C5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment