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