asigalov61 commited on
Commit
88ee285
1 Parent(s): 57ac22f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def MixMelody(input_midi, input_find_best_match):
178
  print('Matched melodies pool count', len(matched_songs))
179
 
180
  MIDI_Summary = 'Selected Monster Mono Melodies MIDI: ' + str(new_song[0]) + '\n'
181
- MIDI_Summary += 'Selected melody match ratio:' + str(max_match_ratio) + '\n'
182
  MIDI_Summary += 'Selected melody instrument: ' + str(TMIDIX.Number2patch[new_song[1]]) + ' (' + str(new_song[1]) + ')' + '\n'
183
  MIDI_Summary += 'Melody notes count: ' + str(new_song[2]) + '\n'
184
  MIDI_Summary += 'Matched melodies pool count: ' + str(len(matched_songs))
 
178
  print('Matched melodies pool count', len(matched_songs))
179
 
180
  MIDI_Summary = 'Selected Monster Mono Melodies MIDI: ' + str(new_song[0]) + '\n'
181
+ MIDI_Summary += 'Selected melody match ratio: ' + str(max_match_ratio) + '\n'
182
  MIDI_Summary += 'Selected melody instrument: ' + str(TMIDIX.Number2patch[new_song[1]]) + ' (' + str(new_song[1]) + ')' + '\n'
183
  MIDI_Summary += 'Melody notes count: ' + str(new_song[2]) + '\n'
184
  MIDI_Summary += 'Matched melodies pool count: ' + str(len(matched_songs))