summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-10 15:40:57 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-10 15:40:57 +0000
commita92278628f21f30a759bc51736249e56b51dd969 (patch)
tree2870c45950335e7c4d6c6cdbfab5ffef249ba1c8 /muse2/muse/midiedit/scoreedit.h
parent5d966672553cbdd483a75b9e6ae273be42922bb0 (diff)
score editor now displays the currently selected notes
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.h')
-rw-r--r--muse2/muse/midiedit/scoreedit.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/muse2/muse/midiedit/scoreedit.h b/muse2/muse/midiedit/scoreedit.h
index ed242aae..26687ea5 100644
--- a/muse2/muse/midiedit/scoreedit.h
+++ b/muse2/muse/midiedit/scoreedit.h
@@ -440,8 +440,9 @@ struct cumulative_t
#define BLACK_PIXMAP (NUM_PARTCOLORS)
#define HIGHLIGHTED_PIXMAP (NUM_PARTCOLORS+1)
-#define NUM_MYCOLORS (NUM_PARTCOLORS+2 + 128)
-#define VELO_PIXMAP_BEGIN (NUM_PARTCOLORS+2)
+#define SELECTED_PIXMAP (NUM_PARTCOLORS+2)
+#define NUM_MYCOLORS (NUM_PARTCOLORS+3 + 128)
+#define VELO_PIXMAP_BEGIN (NUM_PARTCOLORS+3)
struct timesig_t
{