Changed color model. Fixed save-load wrt color.
commita6d53ece83ffe5decbcb75d2a3cb117ab6383f73
authorEvanR <evanrinehart@gmail.com>
Sun, 14 Dec 2008 07:07:18 +0000 (14 01:07 -0600)
committerEvanR <evanrinehart@gmail.com>
Sun, 14 Dec 2008 07:07:18 +0000 (14 01:07 -0600)
treec4aa4fec4fb291ea63ac807fd3fb9e4ee6238e7c
parent7f6c415bfcac32ccdb7bd661f3039ba23d454a26
Changed color model. Fixed save-load wrt color.

Block colors are saved in hue/value pairs rather
than rgb. All auxilliary colors are generated from
the hv pair. The file format which used to save
9 rgb numbers now saves 2 floats, h and v.

I fixed a bug which crashed the program if you
load the old file format with a line of 9 numbers
rather than 2. This is probably one of many such
file related bugs.
TODO
src/arranger.cpp
src/saveload.cpp
src/seq.cpp
src/seq.h