Added color tool. File format changed.
commit3a645c0571f7f8710cadf34fb901ac15e244d012
authorEvanR <evanrinehart@gmail.com>
Wed, 17 Dec 2008 19:00:25 +0000 (17 13:00 -0600)
committerEvanR <evanrinehart@gmail.com>
Wed, 17 Dec 2008 19:00:25 +0000 (17 13:00 -0600)
tree8805abf46680b442e93da9a15bfaa06b388071c8
parent342337bb0d356fbaf81cde4b0e22362c36f8f27e
Added color tool. File format changed.

When color tool is activated you can edit the colors of blocks.
Drag left mouse on a block to change its color.
Middle mouse on a block will paste last color on it.
Right mouse on a block will paint the entire track the last color.

Clone blocks, that is, blocks which share the same pattern, will
share the same color. In order to make this arrangement sensible
I moved the color information from blocks to patterns and had to
change the file format.
src/arranger.cpp
src/arranger.h
src/saveload.cpp
src/seq.cpp
src/seq.h
src/ui.cpp
src/ui.fl
src/ui.h