Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def render_midi(input_midi, render_type, soundfont_bank, render_sample_rate, cus
|
|
125 |
|
126 |
for e in output_score:
|
127 |
if e[3] != 9:
|
128 |
-
e[4] (127 - e[4])+delta_min_pitch
|
129 |
|
130 |
elif render_type == 'Repair':
|
131 |
output_score = []
|
|
|
125 |
|
126 |
for e in output_score:
|
127 |
if e[3] != 9:
|
128 |
+
e[4] = (127 - e[4])+delta_min_pitch
|
129 |
|
130 |
elif render_type == 'Repair':
|
131 |
output_score = []
|