Spaces:
Running
Running
asigalov61
commited on
Commit
•
739896a
1
Parent(s):
ffd52cf
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def Mix_Chords(input_output_as_solo_piano,
|
|
164 |
if cc[4] not in pitches:
|
165 |
ccc[3] = 0
|
166 |
ccc[6] = 0
|
167 |
-
|
168 |
pitches.append(cc[4])
|
169 |
|
170 |
else:
|
|
|
164 |
if cc[4] not in pitches:
|
165 |
ccc[3] = 0
|
166 |
ccc[6] = 0
|
167 |
+
mixed_score.append(ccc)
|
168 |
pitches.append(cc[4])
|
169 |
|
170 |
else:
|