README 394 B

123456789101112
  1. w2midi is a program which transforms JACK wave stream to MIDI.
  2. DEVELOPMENT PRINCIPLES
  3. Make it easy to write, test, and run programs.
  4. Economy and elegance of design due to size constraints.
  5. Self-supporting system: all Unix software is maintained under Unix.
  6. Write programs that do one thing and do it well.
  7. Write programs to work together.
  8. There will be no new functionality, only bug fixes!