Initially:
=========

Do:
==

	Handle multiple manuals.

	Assume soundfont support, and that it's pre-loaded by the user (where?).

	XML-based organ definition.

	QT-only - no KDE features.

	Use alsa sound library.

	Two threads - one for midi, one for gui.


Don't:
=====

	Don't bother with midi port mapping, just create a new input port and use it - the user can map to that port using (k)aconnect.

	Don't worry about writing out (creation of, or changes to) configuration files.

	Don't think about Timidity output.

	Don't worry about OSS compatibility.

	Don't worry about window resizing - that's cosmetic and CAN wait.

