asigalov61 commited on
Commit
f0b4cee
·
verified ·
1 Parent(s): 1309ddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, input_transpose_value)
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)