ChordTester version 0.3 README http://sourceforge.net/projects/chordtester/ 'ChordTester' is a simple program written in C++ to test your knowledge of musical chords, by providing the ability to randomly generate chords and then display the component notes of the chord and play it through MIDI. It uses OpenGL and Glut (libraries required) for display, and PortMidi for midi I/O (which is included but itself requires libasound). This source is pre-alpha (in fact, it is the very first release of the code!), and I have included a VERY simple makefile to build the executable 'chordtester': just type 'make' in the directory containing this file. Run 'make clean' then 'make' again to remove all of the built files and rebuild if you make any changes to the code. If you have any questions or comments about this project, please feel free to email me at 'decates@users.sourceforge.net'.