asigalov61
commited on
Commit
•
348b9d0
1
Parent(s):
7d3e6c3
Upload TMIDIX.py
Browse files
TMIDIX.py
CHANGED
@@ -6724,7 +6724,6 @@ def escore_matrix_to_merged_escore_notes(full_escore_matrix,
|
|
6724 |
max_note_duration=4000
|
6725 |
):
|
6726 |
|
6727 |
-
result = []
|
6728 |
merged_escore_notes = []
|
6729 |
|
6730 |
mat_channels_list = full_escore_matrix[0]
|
@@ -6733,6 +6732,8 @@ def escore_matrix_to_merged_escore_notes(full_escore_matrix,
|
|
6733 |
|
6734 |
escore_matrix = full_escore_matrix[1][m]
|
6735 |
|
|
|
|
|
6736 |
for j in range(len(escore_matrix[0])):
|
6737 |
|
6738 |
count = 1
|
|
|
6724 |
max_note_duration=4000
|
6725 |
):
|
6726 |
|
|
|
6727 |
merged_escore_notes = []
|
6728 |
|
6729 |
mat_channels_list = full_escore_matrix[0]
|
|
|
6732 |
|
6733 |
escore_matrix = full_escore_matrix[1][m]
|
6734 |
|
6735 |
+
result = []
|
6736 |
+
|
6737 |
for j in range(len(escore_matrix[0])):
|
6738 |
|
6739 |
count = 1
|