asigalov61
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def render_midi(input_midi,
|
|
118 |
if render_type != "Render as-is":
|
119 |
|
120 |
if render_transpose_value != 0:
|
121 |
-
output_score = TMIDIX.transpose_escore_notes(output_score,
|
122 |
|
123 |
if render_transpose_to_C4:
|
124 |
output_score = TMIDIX.transpose_escore_notes_to_pitch(output_score)
|
|
|
118 |
if render_type != "Render as-is":
|
119 |
|
120 |
if render_transpose_value != 0:
|
121 |
+
output_score = TMIDIX.transpose_escore_notes(output_score, render_transpose_value)
|
122 |
|
123 |
if render_transpose_to_C4:
|
124 |
output_score = TMIDIX.transpose_escore_notes_to_pitch(output_score)
|