Spaces:
Running
Running
asigalov61
commited on
Commit
•
b81cbad
1
Parent(s):
67342fc
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def find_midi(title, artist):
|
|
133 |
else:
|
134 |
channel = patches.index(patch)
|
135 |
|
136 |
-
|
137 |
channel = 9
|
138 |
|
139 |
if 640 < ss < 768:
|
|
|
133 |
else:
|
134 |
channel = patches.index(patch)
|
135 |
|
136 |
+
if patch == 128:
|
137 |
channel = 9
|
138 |
|
139 |
if 640 < ss < 768:
|