Spaces:
Running
on
Zero
Running
on
Zero
Upload TMIDIX.py
Browse files
TMIDIX.py
CHANGED
|
@@ -9078,10 +9078,10 @@ def count_bad_chords_in_chordified_score(chordified_score,
|
|
| 9078 |
pitches_index=4,
|
| 9079 |
patches_index=6,
|
| 9080 |
max_patch=127,
|
| 9081 |
-
|
| 9082 |
):
|
| 9083 |
|
| 9084 |
-
if
|
| 9085 |
CHORDS = ALL_CHORDS_FULL
|
| 9086 |
|
| 9087 |
else:
|
|
|
|
| 9078 |
pitches_index=4,
|
| 9079 |
patches_index=6,
|
| 9080 |
max_patch=127,
|
| 9081 |
+
use_full_chords=False
|
| 9082 |
):
|
| 9083 |
|
| 9084 |
+
if use_full_chords:
|
| 9085 |
CHORDS = ALL_CHORDS_FULL
|
| 9086 |
|
| 9087 |
else:
|