summaryrefslogtreecommitdiff
path: root/muse2/muse/undo.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-22 13:26:40 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-22 13:26:40 +0000
commit8fbfa07b464210054a177b1e92f47b5f2744d1cc (patch)
treefb8c2d49db90f51744251380a7b8d77689341282 /muse2/muse/undo.h
parent14f8a08279d9266467d457707166b439fd080fa2 (diff)
moving events in canvases and reordering the drum map have
been speeded up by using operation groups. HOWEVER: there might be bugs, in fact, i may even have messed up the whole thing! use with CAUTION and TEST intensively!
Diffstat (limited to 'muse2/muse/undo.h')
-rw-r--r--muse2/muse/undo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/undo.h b/muse2/muse/undo.h
index b048b9e6..88810b80 100644
--- a/muse2/muse/undo.h
+++ b/muse2/muse/undo.h
@@ -87,6 +87,7 @@ struct UndoOp {
const char* typeName();
void dump();
+ UndoOp();
UndoOp(UndoType type, int a, int b, int c=0);
UndoOp(UndoType type, int n, Track* oldTrack, Track* newTrack);
UndoOp(UndoType type, int n, Track* track);