Enabled undo and redo. Buggy. Fixed key modifiers.
commit6aa13251931184ac436e948c3631c9d6477a702e
authorEvanR <evanrinehart@gmail.com>
Tue, 6 Jan 2009 21:57:02 +0000 (6 15:57 -0600)
committerEvanR <evanrinehart@gmail.com>
Tue, 6 Jan 2009 21:57:02 +0000 (6 15:57 -0600)
tree556c5b8c3cf302733e2fb751db7a9e1709ae9338
parentc9ef939c47d3065a22d88ab2d257180131c6d965
Enabled undo and redo. Buggy. Fixed key modifiers.

Undo and redo are activated with control z and
control r, and cannot be remapped yet.

It certainly will fail and eventually crash if
you fool with layers. I also got it to crash
when doing heavy editting in the piano roll.

Undoing recorded commands is currently klunky
and unusable.
src/arranger.cpp
src/keyboard.cpp
src/saveload.cpp
src/seq.cpp
src/seq.h
src/uihelper.cpp