Spaces:
Running
Running
asigalov61
commited on
Commit
•
fe265e2
1
Parent(s):
94c87ef
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def MixMelody(input_midi, input_find_best_match):
|
|
168 |
MIDI_Summary = 'Selected Monster Mono Melodies MIDI: ' + str(new_song[0]) + '\n'
|
169 |
MIDI_Summary += 'Selected melody instrument: ' + str(TMIDIX.Number2patch[new_song[1]]) + ' (' + str(new_song[1]) + ')' + '\n'
|
170 |
MIDI_Summary += 'Melody notes count: ' + str(new_song[2]) + '\n'
|
171 |
-
MIDI_Summary += 'Matched melodies pool count: ' + len(matched_songs)
|
172 |
|
173 |
fn1 += '_' + str(new_song[0]) + '_' + str(TMIDIX.Number2patch[new_song[1]]) + '_' + str(new_song[1]) + '_' + str(new_song[2])
|
174 |
|
|
|
168 |
MIDI_Summary = 'Selected Monster Mono Melodies MIDI: ' + str(new_song[0]) + '\n'
|
169 |
MIDI_Summary += 'Selected melody instrument: ' + str(TMIDIX.Number2patch[new_song[1]]) + ' (' + str(new_song[1]) + ')' + '\n'
|
170 |
MIDI_Summary += 'Melody notes count: ' + str(new_song[2]) + '\n'
|
171 |
+
MIDI_Summary += 'Matched melodies pool count: ' + str(len(matched_songs))
|
172 |
|
173 |
fn1 += '_' + str(new_song[0]) + '_' + str(TMIDIX.Number2patch[new_song[1]]) + '_' + str(new_song[1]) + '_' + str(new_song[2])
|
174 |
|