asigalov61
commited on
Commit
•
7a7d25f
1
Parent(s):
406db87
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ def render_midi(input_midi,
|
|
179 |
output_score = TMIDIX.recalculate_score_timings(lrno_score)
|
180 |
|
181 |
else:
|
182 |
-
output_score = TMIDIX.escore_notes_middle(output_score, 50)
|
183 |
|
184 |
if render_type == "Summarize" and render_summary_type == "Multi-Instrumental":
|
185 |
zscore = TMIDIX.recalculate_score_timings(output_score)
|
|
|
179 |
output_score = TMIDIX.recalculate_score_timings(lrno_score)
|
180 |
|
181 |
else:
|
182 |
+
output_score = TMIDIX.recalculate_score_timings(TMIDIX.escore_notes_middle(output_score, 50))
|
183 |
|
184 |
if render_type == "Summarize" and render_summary_type == "Multi-Instrumental":
|
185 |
zscore = TMIDIX.recalculate_score_timings(output_score)
|