added beepfun
This commit is contained in:
parent
2e4c93b469
commit
8b90c688f9
|
@ -0,0 +1,33 @@
|
|||
#+title: beepfun
|
||||
#&summary
|
||||
How to use a computer's beep feature for music...
|
||||
#&
|
||||
#+license: bysa
|
||||
#+license: gpl 3, program
|
||||
#+startup: showall
|
||||
|
||||
Have you ever wished you could use your computer's beep feature for something
|
||||
greater than beeping? How you could create sounds of beeps without strange
|
||||
shell scripts generating =beep=-applicable arguments and then calling =beep=?
|
||||
|
||||
* beepfun
|
||||
|
||||
With beepfun, you can write your music in human-readable text files and let
|
||||
beepfun play them:
|
||||
|
||||
: beepfun melody.beep
|
||||
|
||||
You can also combine files:
|
||||
|
||||
: beepfun melody0 melody1
|
||||
|
||||
and beepfun will happily merge the two files in a playable manner.
|
||||
|
||||
Note that beepfun loops the files. To stop beepfun, kill it.
|
||||
|
||||
|
||||
** Code
|
||||
|
||||
: $ git clone git://metanohi.name/beepfun
|
||||
|
||||
Not quite finished yet.
|
Loading…
Reference in New Issue