asigalov61
commited on
Commit
•
c0864d1
1
Parent(s):
866d7df
Upload TMIDIX.py
Browse files
TMIDIX.py
CHANGED
@@ -9977,7 +9977,7 @@ INSTRUMENTS_CLASSES = [
|
|
9977 |
# To easily get the class index of any instrument program
|
9978 |
CLASS_OF_INST = [
|
9979 |
i
|
9980 |
-
for i, inst_class in enumerate(
|
9981 |
for _ in inst_class["program_range"]
|
9982 |
]
|
9983 |
|
|
|
9977 |
# To easily get the class index of any instrument program
|
9978 |
CLASS_OF_INST = [
|
9979 |
i
|
9980 |
+
for i, inst_class in enumerate(INSTRUMENTS_CLASSES)
|
9981 |
for _ in inst_class["program_range"]
|
9982 |
]
|
9983 |
|