Skip to content

Commit

Permalink
Merge pull request #25443 from alexpavlov96/bends_channels
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpavlov96 authored Jan 28, 2025
2 parents 559bf1e + b4f67d4 commit 3b75797
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 = false;
context.eachStringHasChannel = true;
context.instrumentsHaveEffects = false;
context.harmonyChannelSetting = CompatMidiRendererInternal::HarmonyChannelSetting::DEFAULT;
context.sndController = CompatMidiRender::getControllerForSnd(m_score, synthState.ccToUse());
Expand Down

0 comments on commit 3b75797

Please sign in to comment.