Skip to content

Commit b4f67d4

Browse files
committed
fixed #25098: correct pitchbend midi export in chords
1 parent a8e1c85 commit b4f67d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/importexport/midi/internal/midiexport/exportmidi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ bool ExportMidi::write(QIODevice* device, bool midiExpandRepeats, bool exportRPN
236236

237237
EventsHolder events;
238238
CompatMidiRendererInternal::Context context;
239-
context.eachStringHasChannel = false;
239+
context.eachStringHasChannel = true;
240240
context.instrumentsHaveEffects = false;
241241
context.harmonyChannelSetting = CompatMidiRendererInternal::HarmonyChannelSetting::DEFAULT;
242242
context.sndController = CompatMidiRender::getControllerForSnd(m_score, synthState.ccToUse());

0 commit comments

Comments
 (0)