Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ def load_midi(input_midi, model_selector=''):
|
|
| 130 |
sp_escore_notes = TMIDIX.solo_piano_escore_notes(escore_notes)
|
| 131 |
zscore = TMIDIX.recalculate_score_timings(sp_escore_notes)
|
| 132 |
|
| 133 |
-
|
| 134 |
|
| 135 |
fscore = TMIDIX.fix_escore_notes_durations(zscore)
|
| 136 |
|
|
|
|
| 130 |
sp_escore_notes = TMIDIX.solo_piano_escore_notes(escore_notes)
|
| 131 |
zscore = TMIDIX.recalculate_score_timings(sp_escore_notes)
|
| 132 |
|
| 133 |
+
zscore = TMIDIX.augment_enhanced_score_notes(zscore, timings_divider=32)
|
| 134 |
|
| 135 |
fscore = TMIDIX.fix_escore_notes_durations(zscore)
|
| 136 |
|