Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,6 @@ def render_midi(input_midi, render_type, soundfont_bank, render_sample_rate, cus
|
|
50 |
print('Soudnfont bank', soundfont_bank)
|
51 |
print('Audio render sample rate', render_sample_rate)
|
52 |
print('Custom MIDI render patch', custom_render_patch)
|
53 |
-
print('Melody patch', melody_patch)
|
54 |
|
55 |
print('=' * 70)
|
56 |
print('Processing MIDI...Please wait...')
|
|
|
50 |
print('Soudnfont bank', soundfont_bank)
|
51 |
print('Audio render sample rate', render_sample_rate)
|
52 |
print('Custom MIDI render patch', custom_render_patch)
|
|
|
53 |
|
54 |
print('=' * 70)
|
55 |
print('Processing MIDI...Please wait...')
|