Skip to content

Commit

Permalink
fixed multichannel / color mode correlation in line 161
Browse files Browse the repository at this point in the history
  • Loading branch information
000masa000 committed Apr 18, 2024
1 parent a2cf5c4 commit a50670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function midiNoteOn(index: number, rawAttack?: number, channel?: number) {
if (!midi.velocityOn) {
rawRelease = 80
}
if (whiteMode === 'simple') {
if (whiteMode === 'simple' || multichannel) {
if (info.whiteNumber !== undefined) {
tuningTableKeyOff(info.whiteNumber)
}
Expand Down

0 comments on commit a50670b

Please sign in to comment.