TODO:
- use select() readline interface..
- "help" command
- finish "write" command
- filters
  - fades
  - frequency filters
  - vocode/pitch shift
- tracker bar display?


Old comments.

set bar_major 60 (mark every 60 with BLACK)
set bar_minor 30 (mark every 30 with GREY)


January 22, 2004.

This project is pretty old (June 2003).  The idea is just to make a
"cooledit" type of waveform editor to do basic cut and paste to build
up loops etc...  It was going to have maybe a generator built-in for
that, I think now ggb is the generator.  I think I would tend to
think of "ggb" as a better final playback/mixing environment, too, so
this may really only be a place for generating waveforms for ggb.
Right now it's only good at cutting and pasting from songs, but it may
be good as a filter station too (in which case we may even want to use
it on ggb output).  But really it may be best to think of a way to run
the filter inside of ggb.


January 16, 2005.

Seems to be working quite well as a sample clipper for ggb.  Only
substantial change is the recent adaptation of the cmd.c code to use
readline in its select()-friendly mode rather than spawning another
thread (because I found a days-old dead thread).  I packaged it up
(added README) for distribution today...
