Spaces:
Running
on
Zero
Running
on
Zero
Upload TMIDIX.py
Browse files
TMIDIX.py
CHANGED
@@ -9605,7 +9605,7 @@ def escore_notes_to_text_description(escore_notes,
|
|
9605 |
|
9606 |
all_patches = [e[6] for e in escore_notes]
|
9607 |
|
9608 |
-
patches = ordered_set(all_patches)
|
9609 |
|
9610 |
instruments = [alpha_str(Number2patch[p]) for p in patches if p < 128]
|
9611 |
|
|
|
9605 |
|
9606 |
all_patches = [e[6] for e in escore_notes]
|
9607 |
|
9608 |
+
patches = ordered_set(all_patches)[:16]
|
9609 |
|
9610 |
instruments = [alpha_str(Number2patch[p]) for p in patches if p < 128]
|
9611 |
|