Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ def AddMelody(input_midi,
|
|
| 92 |
|
| 93 |
elif input_mel_type == "Smooth":
|
| 94 |
output = TMIDIX.add_smooth_melody_to_enhanced_score_notes(escore_notes,
|
| 95 |
-
melody_channel=input_channel,
|
| 96 |
melody_patch=input_patch,
|
| 97 |
melody_start_chord=input_start_chord
|
| 98 |
)
|
|
|
|
| 92 |
|
| 93 |
elif input_mel_type == "Smooth":
|
| 94 |
output = TMIDIX.add_smooth_melody_to_enhanced_score_notes(escore_notes,
|
| 95 |
+
melody_channel=input_channel,
|
| 96 |
melody_patch=input_patch,
|
| 97 |
melody_start_chord=input_start_chord
|
| 98 |
)
|