Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ def Render_MIDI(input_midi,
|
|
| 143 |
output_score = TMIDIX.reverse_enhanced_score_notes(escore)
|
| 144 |
|
| 145 |
elif render_type == 'Repair Durations':
|
| 146 |
-
output_score = TMIDIX.
|
| 147 |
|
| 148 |
elif render_type == 'Repair Chords':
|
| 149 |
fixed_cscore = TMIDIX.advanced_check_and_fix_chords_in_chordified_score(cscore)[0]
|
|
|
|
| 143 |
output_score = TMIDIX.reverse_enhanced_score_notes(escore)
|
| 144 |
|
| 145 |
elif render_type == 'Repair Durations':
|
| 146 |
+
output_score = TMIDIX.fix_escore_notes_durations(escore)
|
| 147 |
|
| 148 |
elif render_type == 'Repair Chords':
|
| 149 |
fixed_cscore = TMIDIX.advanced_check_and_fix_chords_in_chordified_score(cscore)[0]
|