asigalov61 commited on
Commit
f4837f4
1 Parent(s): ae02a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ def MixMelody(input_midi, input_find_best_match, input_adjust_melody_notes_durat
202
  mixed_song = []
203
 
204
  midx = 0
205
- next_note_dtime = 255
206
 
207
  for i, c in enumerate(cscore):
208
  cho = copy.deepcopy(c)
 
202
  mixed_song = []
203
 
204
  midx = 0
205
+ next_note_dtime = 511
206
 
207
  for i, c in enumerate(cscore):
208
  cho = copy.deepcopy(c)