converters.py
: Predefine variable to silence PyCharm warning
This commit is contained in:
parent
6d6985917e
commit
57e4198fe9
@ -101,6 +101,7 @@ def convertTJAToFumen(fumen, tja):
|
|||||||
# Hardcode currentBranch due to current lack of support for branching songs
|
# Hardcode currentBranch due to current lack of support for branching songs
|
||||||
currentBranch = 'normal' # TODO: Program in branch support
|
currentBranch = 'normal' # TODO: Program in branch support
|
||||||
tja['measures'] = preprocessTJAMeasures(tja)
|
tja['measures'] = preprocessTJAMeasures(tja)
|
||||||
|
measureDurationPrev = 0
|
||||||
currentDrumroll = None
|
currentDrumroll = None
|
||||||
total_notes = 0
|
total_notes = 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user