Skip to content

Commit

Permalink
Lower TX channel should be 1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sagamusix committed Jul 21, 2022
1 parent 35d0bd0 commit cff6673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JDTools/Convert990to800.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void ConvertPatch990To800(const Patch990 &p990, Patch800 &p800)

p800.midiTx.keyMode = 0;
p800.midiTx.splitPoint = 36;
p800.midiTx.lowerChannel = 0;
p800.midiTx.lowerChannel = 1;
p800.midiTx.upperChannel = 0;
p800.midiTx.lowerProgramChange = 0;
p800.midiTx.upperProgramChange = 0;
Expand Down

0 comments on commit cff6673

Please sign in to comment.