Skip to content

Commit

Permalink
Fixed a long-standing KORG drum mapping bug.
Browse files Browse the repository at this point in the history
Partially addressed #51.
  • Loading branch information
PoneyClairDeLune committed Aug 2, 2024
1 parent a92fb90 commit 50c304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ aceCandidates = [
],
nrpnCcMap = [33, 102, 99, 32, 100, 8, 9, 10]; // cc71 to cc78

const korgDrums = [0, 16, 25, 40, 32, 64, 26, 48];
const korgDrums = [0, 16, 25, 32, 40, 64, 24, 48];

let modeMap = {};
modeIdx.forEach((e, i) => {
Expand Down

0 comments on commit 50c304f

Please sign in to comment.