Skip to content

Commit 8cdcb89

Browse files
committed
max blocks 100
1 parent d182b42 commit 8cdcb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/midi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/* exported transcribeMidi*/
1515

1616

17-
const MAX_NOTEBLOCKS = 200;
17+
const MAX_NOTEBLOCKS = 100;
1818
const defaultTempo = 90;
1919

2020
const standardDurations = [

0 commit comments

Comments
 (0)