Skip to content

Commit

Permalink
Match py-midi2piano music limits with new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
dearmochi committed Sep 17, 2020
1 parent ab42a87 commit debb8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/py-midi2piano/midi2piano.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import easygui as egui
import pyperclip as pclip

LINE_LENGTH_LIM = 50
LINES_LIMIT = 200
LINE_LENGTH_LIM = 300
LINES_LIMIT = 10000
TICK_LAG = 0.5
OVERALL_IMPORT_LIM = 2*LINE_LENGTH_LIM*LINES_LIMIT
END_OF_LINE_CHAR = """
Expand Down

0 comments on commit debb8e2

Please sign in to comment.