
  o  Menu accelerators (the bit we were in the middle of, if I can possibly
     remember what the fuck we were doing with them);

  o  Other accelerators (such as double-clicking on track entries in the
     sequencer's track list to call up the event list or piano roll);

  o  The remaining editing functions;

  o  Generalising the file read/write would be nice, so people can easily
     compile in their own formats;

  o  Implementing MusicTeX output (problem with this is I haven't got
     TeX at the moment and therefore can't test it), and PostScript;

  o  Changing the help so as to use some more modern (and easier to
     produce) format, such as html;

  o  Implementing various schemes to improve music input (the point-
     and-click is okay for small edits, but irritating for lots of entry);

  o  Fixing bugs;

  o  Adding Motif support as an optional extra at compile time (well,
     there are a load of people who like it these days);

  o  Putting in X11R4 back-compatibility - I hate to have to do that, but
     there do still seem to be a lot of machines around with only R4;

  o  Adding a bit more customisability (for instance I want to make
     pointer-warping optional, as a settable resource);

  o  Streamlining compilation, makefiles, such like. [PARTLY DONE]

Make signal() into POSIX sigaction() if _POSIX_SOURCE is defined.
(Take the code from zands's process.C).  [DONE]

  o  Make the sequencer able to invoke another process, passing it the
     name of a temporary MIDI file (external player, basically)

  o  Drag and Drop.  I'd like to use the same protocol as Motif without
     having to use Motif, if possible.

  o  Triplets and Marks in the Editor.
