
Review the code for walking bass. Right now it looks only at the root of the chord...
I think it should check minor and 7th. Maybe it should create an entire scale based
on the chord?

--> Partially fixed, it checks the root and minor intervals.

---------

Better error messages needed, esp in cases like this:

	Cm
	Goove foobar
	...
	
Here the mispelling of Groove is reported as an unknown chord.

---> Not sure if the parsing routines will permit anything better.

-------

Need to check all functions for debug hooks.

-----------

Multiple filenames so we can run in a batch mode? Esp. when extracting docs...

---> doc extraction is pretty fast now. Don't really think this is an issue now.

--------

Look at the cresc code. It changes volume(s) at the end of each bar, and
it would be nice to change this to beats. I think some table driven code
will work here... just a have a list of volumes for each track and pop off
a value after every beat...


-------

Enhance COPY so that:

	1. Bass Copy  -- this will copy the settings of the BASS track
			to Bass1 ... Bass9 tracks
			
	2. Permit copies from dissimilar tracks and just copy what
		is shared???
		
		
---------

Specify chord notes manually? Might be nice to create a 'custom' chord
from time to time ...

	C C6 Cm(c g e&+) Cm
	
In this case the 3rd chord would be called a Cm (we'll still need a name
for certain routines) but the notes will be as specified. In this case
we've just taken the 3rd (the minor tone) and put it up an octave.


