Event edit gui works more.
commit855ab39c32ba1a26187c216a61e6c65d2c42943f
authorEvanR <evanrinehart@gmail.com>
Mon, 22 Dec 2008 05:12:27 +0000 (21 23:12 -0600)
committerEvanR <evanrinehart@gmail.com>
Mon, 22 Dec 2008 05:12:27 +0000 (21 23:12 -0600)
treee0bebd9c5769b4eebec75ee69b8960f543d77cb9
parent3f491b5128f6fa61ba514ed94d8461dfac22c5e7
Event edit gui works more.

The graphical feedback for box select, line, delete, and
insert work. Buttons C (clear) and X (clear all) were
added.

shift left drag: draw a box around events.
ctrl left drag: choose were to insert event and what value
right click drag: choose range of events to delete
left drag: draw a line to edit event values
middle click drag: choose where to past current selection

C button: clear all events of the current type shown in
the event editor.

X button: clear all events of all type (except note on/off)

The actual actions associated with the graphics do not
yet work.
src/eventedit.cpp
src/eventedit.h
src/pianoroll.cpp
src/ui.cpp
src/ui.fl
src/ui.h