A program which transforms JACK wave stream to MIDI.

George Bartolomey d20e36d6c6 Fix Makefile %!s(int64=2) %!d(string=hai) anos
.gitignore 806f9bf396 Add .gitignore %!s(int64=2) %!d(string=hai) anos
INSTALL 50f33efe2c Add INSTALL instruction %!s(int64=2) %!d(string=hai) anos
LICENSE 36aec37210 Add comments %!s(int64=2) %!d(string=hai) anos
Makefile d20e36d6c6 Fix Makefile %!s(int64=2) %!d(string=hai) anos
README f34f98273d Update README %!s(int64=2) %!d(string=hai) anos
help.txt 65b1b92fa1 Add Solo and Pitch modes %!s(int64=2) %!d(string=hai) anos
w2midi.1 36aec37210 Add comments %!s(int64=2) %!d(string=hai) anos
w2midi.c 65b1b92fa1 Add Solo and Pitch modes %!s(int64=2) %!d(string=hai) anos

README

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!