Skip to content

Instantly share code, notes, and snippets.

@ypresto
Created August 26, 2012 10: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 ypresto/3477374 to your computer and use it in GitHub Desktop.
Save ypresto/3477374 to your computer and use it in GitHub Desktop.
this is beep midi for linux machines. ponyo!!
#!/bin/sh
ponyoponyo() {
beep -f 523.3 -l 500 -n -f 440.0 -l 250 -n -f 349.2 -l 500 -n -f 261.6 -l 250 -r 3 -D 0
beep -f 293.7 -l 250 -n -f 349.2 -l 250 -n -f 466.2 -l 250 -n -f 587.3 -l 250
beep -f 523.3 -l 500 -D 250 -n -f 440.0 -l 250
}
aoiumikara() {
beep -f 466.2 -l 250 -n -f 392.0 -l 250 -r 2 -D 0 -n -f 466.2 -l 250
beep -f 440.0 -l 250 -n -f 349.2 -l 250 -D 250 -n -f 440.0 -l 250
}
ponyoponyo
aoiumikara
beep -f 392.0 -l 250 -n -f 293.7 -l 250 -n -f 329.6 -l 250 -n -f 349.2 -l 250 -n -f 392.0 -l 500 -D 500
ponyoponyo
aoiumikara
beep -f 392.0 -l 250 -n -f 329.6 -l 250 -D 250 -n -f 349.2 -l 750
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment