Spaces:
Running
Running
asigalov61
commited on
Commit
•
d62f549
1
Parent(s):
ae8969f
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ def Mix_Melody(input_midi,
|
|
255 |
|
256 |
for c in csong:
|
257 |
|
258 |
-
pitches = [e[4] for e in c if
|
259 |
|
260 |
for cc in c:
|
261 |
|
|
|
255 |
|
256 |
for c in csong:
|
257 |
|
258 |
+
pitches = [e[4] for e in c if e[6] == trg_patch]
|
259 |
|
260 |
for cc in c:
|
261 |
|