Skip to content

Commit

Permalink
Merge pull request #26769 from Jojo-Schmitz/4.5.0-revert-25443-bends_…
Browse files Browse the repository at this point in the history
…channels

4.5.0: Revert "fixed #25098: correct pitchbend midi export in chords"
  • Loading branch information
cbjeukendrup authored Feb 26, 2025
2 parents 08a8c06 + 0e8010d commit 5571e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/importexport/midi/internal/midiexport/exportmidi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ bool ExportMidi::write(QIODevice* device, bool midiExpandRepeats, bool exportRPN

EventsHolder events;
CompatMidiRendererInternal::Context context;
context.eachStringHasChannel = true;
context.eachStringHasChannel = false;
context.instrumentsHaveEffects = false;
context.harmonyChannelSetting = CompatMidiRendererInternal::HarmonyChannelSetting::DEFAULT;
context.sndController = CompatMidiRender::getControllerForSnd(m_score, synthState.ccToUse());
Expand Down

0 comments on commit 5571e86

Please sign in to comment.