summaryrefslogtreecommitdiff
path: root/muse2/muse/mixer
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-28 01:39:32 +0000
committerTim E. Real <termtech@rogers.com>2010-12-28 01:39:32 +0000
commit23e94059c7670c7d4f3a67a86a9f233e81cfe478 (patch)
tree893926d8fe79782a3cbaede216ee45c01531c20a /muse2/muse/mixer
parentd849feb0672d27243dc7c958bfc6b341cf6f9264 (diff)
Some more arranger + pianoroll trackinfo synchronization fixes.
Diffstat (limited to 'muse2/muse/mixer')
-rw-r--r--muse2/muse/mixer/amixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/mixer/amixer.cpp b/muse2/muse/mixer/amixer.cpp
index a9345b8a..7fb406f3 100644
--- a/muse2/muse/mixer/amixer.cpp
+++ b/muse2/muse/mixer/amixer.cpp
@@ -536,7 +536,7 @@ void AudioMixerApp::songChanged(int flags)
action = STRIP_REMOVED;
else if (flags & SC_TRACK_INSERTED)
action = STRIP_INSERTED;
- else if (flags & SC_MIDI_CHANNEL)
+ else if (flags & SC_MIDI_TRACK_PROP)
action = UPDATE_MIDI;
if (action != NO_UPDATE)
updateMixer(action);