From 3556be77cfa7f1703f258d1c657e0be028e679de Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Sun, 31 Jan 2010 22:03:03 +0000 Subject: See ChangeLog --- muse/muse/sync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muse/muse/sync.cpp b/muse/muse/sync.cpp index ef60fff8..7ef16261 100644 --- a/muse/muse/sync.cpp +++ b/muse/muse/sync.cpp @@ -1130,7 +1130,7 @@ void MidiSeq::realtimeSystemInput(int port, int c) // p3.3.31 // If we aren't rewinding on start, there's no point in re-sending start. // Re-send continue instead, for consistency. - if(midiPorts[p].syncInfo().recRewOnStart()) + if(midiPorts[port].syncInfo().recRewOnStart()) midiPorts[p].sendStart(); else midiPorts[p].sendContinue(); -- cgit v1.2.3