asigalov61 commited on
Commit
d8298b5
·
verified ·
1 Parent(s): e3997b4

Upload TMIDIX.py

Browse files
Files changed (1) hide show
  1. TMIDIX.py +1 -1
TMIDIX.py CHANGED
@@ -5292,7 +5292,7 @@ def advanced_check_and_fix_chords_in_chordified_score(chordified_score,
5292
  if not skip_drums:
5293
  for e in c:
5294
  if e[channels_index] == 9:
5295
- new_chord.append(tuple(e))
5296
 
5297
  new_chord = [list(e) for e in new_chord]
5298
 
 
5292
  if not skip_drums:
5293
  for e in c:
5294
  if e[channels_index] == 9:
5295
+ new_chord.add(tuple(e))
5296
 
5297
  new_chord = [list(e) for e in new_chord]
5298