Of course you do. I wrote one in
C. I originally had ones in
Lua and
Python, but I decided, "hey, writing it in
C would be easy and the resulting executable would be the fastest!", not to mention smallest.
This works on any *NIX system and Cygwin, as far as I know. I use Mac OS 10.5.
mn.c
/*
* Simple command-line metronome.
*/
#include
Read more... )