Spaces:
Running
Running
asigalov61
commited on
Commit
•
1b6bdce
1
Parent(s):
d57ab6a
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def render_midi(input_midi, render_type, soundfont_bank, render_sample_rate, cus
|
|
88 |
output_score = TMIDIX.flip_enhanced_score_notes(escore)
|
89 |
|
90 |
elif render_type == 'Repair':
|
91 |
-
fixed_cscore = TMIDIX.advanced_check_and_fix_chords_in_chordified_score(cscore)
|
92 |
output_score = TMIDIX.flatten(fixed_cscore)
|
93 |
|
94 |
print('Done processing!')
|
|
|
88 |
output_score = TMIDIX.flip_enhanced_score_notes(escore)
|
89 |
|
90 |
elif render_type == 'Repair':
|
91 |
+
fixed_cscore = TMIDIX.advanced_check_and_fix_chords_in_chordified_score(cscore)[0]
|
92 |
output_score = TMIDIX.flatten(fixed_cscore)
|
93 |
|
94 |
print('Done processing!')
|