Skip to content

Commit

Permalink
Revert "fixed #25098: correct pitchbend midi export in chords"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpavlov96 authored Feb 26, 2025
1 parent 5fddabe commit bcd65db
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 bcd65db

Please sign in to comment.