asigalov61
commited on
Commit
•
8a5fb8f
1
Parent(s):
b780647
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def Render_MIDI(input_midi,
|
|
122 |
elif render_type == "Reverse":
|
123 |
output_score = TMIDIX.reverse_enhanced_score_notes(escore)
|
124 |
|
125 |
-
elif render_type == 'Repair':
|
126 |
fixed_cscore = TMIDIX.advanced_check_and_fix_chords_in_chordified_score(cscore)[0]
|
127 |
output_score = TMIDIX.flatten(fixed_cscore)
|
128 |
|
|
|
122 |
elif render_type == "Reverse":
|
123 |
output_score = TMIDIX.reverse_enhanced_score_notes(escore)
|
124 |
|
125 |
+
elif render_type == 'Repair Chords':
|
126 |
fixed_cscore = TMIDIX.advanced_check_and_fix_chords_in_chordified_score(cscore)[0]
|
127 |
output_score = TMIDIX.flatten(fixed_cscore)
|
128 |
|