Skip to content

Commit 48359c4

Browse files
committed
console error
1 parent 77c61f7 commit 48359c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/midi.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
const MAX_NOTEBLOCKS = 200;
1818
const defaultTempo = 90;
19-
const drumMidi = getReverseDrumMidi();
19+
2020

2121
const transcribeMidi = async (midi) => {
2222
const currentMidi = midi;
23+
const drumMidi = getReverseDrumMidi();
2324
const isPercussion = [];
2425
let jsONON = [];
2526
let actionBlockCounter = 0; // Counter for action blocks

0 commit comments

Comments
 (0)