summaryrefslogtreecommitdiff
path: root/muse2/muse/song.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-26 07:49:22 +0000
committerTim E. Real <termtech@rogers.com>2010-12-26 07:49:22 +0000
commite58e08ef52d764ad3e454763f6660da57ae4978f (patch)
tree355a308f2fbc32677258df726d76010cc1592114 /muse2/muse/song.h
parentda07df1a7b1f28571a4b4b47b44063cea4a58624 (diff)
Initial addition of midi track info to pianoroll. WORK IN PROGRESS.
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r--muse2/muse/song.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h
index 593d0767..da987e90 100644
--- a/muse2/muse/song.h
+++ b/muse2/muse/song.h
@@ -74,6 +74,7 @@ class AudioDevice;
#define SC_CLIP_MODIFIED 0x4000000
#define SC_MIDI_CONTROLLER_ADD 0x8000000 // a hardware midi controller was added or deleted
#define SC_MIDI_CHANNEL 0x10000000 // a midi track's channel changed
+#define SC_SONG_TYPE 0x20000000 // the midi song type (mtype) changed
#define REC_NOTE_FIFO_SIZE 16