asigalov61
commited on
Commit
•
f166bfe
1
Parent(s):
ace20a5
Update app.py
Browse files
app.py
CHANGED
@@ -236,6 +236,8 @@ def ClassifyMIDI(input_midi):
|
|
236 |
|
237 |
fn1 = processed_scores[score_idx][0]
|
238 |
|
|
|
|
|
239 |
output_score, patches, overflow_patches = TMIDIX.patch_enhanced_score_notes(output_score)
|
240 |
|
241 |
detailed_stats = TMIDIX.Tegridy_ms_SONG_to_MIDI_Converter(output_score,
|
|
|
236 |
|
237 |
fn1 = processed_scores[score_idx][0]
|
238 |
|
239 |
+
output_score = TMIDIX.recalculate_score_timings(output_score)
|
240 |
+
|
241 |
output_score, patches, overflow_patches = TMIDIX.patch_enhanced_score_notes(output_score)
|
242 |
|
243 |
detailed_stats = TMIDIX.Tegridy_ms_SONG_to_MIDI_Converter(output_score,
|