summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/dcanvas.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-15 10:14:51 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-15 10:14:51 +0000
commita79460c36201572c453974a93e62903fe77fd824 (patch)
tree4add099dad68cb3a1a9a88ba196dbbdecb093f31 /muse2/muse/midiedit/dcanvas.h
parent0ec79fb4c59be4adb77d3dcbc068dee7107ed381 (diff)
- changed lots of functions and moved them into functions.cpp
- delete overlaps may work differently, i haven't understood it fully - added lots of dialogs for these functions
Diffstat (limited to 'muse2/muse/midiedit/dcanvas.h')
-rw-r--r--muse2/muse/midiedit/dcanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/midiedit/dcanvas.h b/muse2/muse/midiedit/dcanvas.h
index deb3a096..8bd70d89 100644
--- a/muse2/muse/midiedit/dcanvas.h
+++ b/muse2/muse/midiedit/dcanvas.h
@@ -91,7 +91,7 @@ class DrumCanvas : public EventCanvas {
CMD_SELECT_ALL, CMD_SELECT_NONE, CMD_SELECT_INVERT,
CMD_SELECT_ILOOP, CMD_SELECT_OLOOP, CMD_SELECT_PREV_PART, CMD_SELECT_NEXT_PART,
CMD_DEL, CMD_FIXED_LEN, CMD_RIGHT, CMD_LEFT, CMD_RIGHT_NOSNAP, CMD_LEFT_NOSNAP, CMD_MODIFY_VELOCITY,
- CMD_QUANTIZE
+ CMD_QUANTIZE, CMD_ERASE_EVENT, CMD_NOTE_SHIFT, CMD_DELETE_OVERLAPS
};
DrumCanvas(MidiEditor*, QWidget*, int, int,
const char* name = 0);