From 23e94059c7670c7d4f3a67a86a9f233e81cfe478 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Tue, 28 Dec 2010 01:39:32 +0000 Subject: Some more arranger + pianoroll trackinfo synchronization fixes. --- muse2/muse/mixer/amixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muse2/muse/mixer') 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); -- cgit v1.2.3