Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def Convert_Score_to_Performance(input_midi,
|
|
174 |
print('Requested settings:')
|
175 |
print('=' * 70)
|
176 |
print('Input MIDI file name:', fn)
|
177 |
-
print('Input MIDI type'
|
178 |
print('Conversion type:', input_conv_type)
|
179 |
print('Number of prime notes:', input_number_prime_notes)
|
180 |
print('Number of notes to convert:', input_number_conv_notes)
|
|
|
174 |
print('Requested settings:')
|
175 |
print('=' * 70)
|
176 |
print('Input MIDI file name:', fn)
|
177 |
+
print('Input MIDI type:', input_midi_type)
|
178 |
print('Conversion type:', input_conv_type)
|
179 |
print('Number of prime notes:', input_number_prime_notes)
|
180 |
print('Number of notes to convert:', input_number_conv_notes)
|