diff options
author | Tim E. Real <termtech@rogers.com> | 2010-01-31 22:03:03 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-01-31 22:03:03 +0000 |
commit | 3556be77cfa7f1703f258d1c657e0be028e679de (patch) | |
tree | 48f45cf998be1a25bfcf02bee19e5a69b492a221 | |
parent | 28bcc92083086b51a8676b006d6a508896146004 (diff) |
See ChangeLog
-rw-r--r-- | muse/muse/sync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |