asigalov61
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -115,8 +115,15 @@ detailed_stats = TMIDIX.Tegridy_ms_SONG_to_MIDI_Converter(ms_MIDI_score,
|
|
115 |
### Calculate MIDI score signature
|
116 |
|
117 |
```python
|
|
|
|
|
|
|
|
|
|
|
118 |
import TMIDIX
|
119 |
|
|
|
|
|
120 |
def get_score_signature(midi_score):
|
121 |
|
122 |
score = []
|
|
|
115 |
### Calculate MIDI score signature
|
116 |
|
117 |
```python
|
118 |
+
#===================================================================
|
119 |
+
# !git clone --depth 1 https://github.com/asigalov61/tegridy-tools
|
120 |
+
#===================================================================
|
121 |
+
|
122 |
+
from collections import Counter
|
123 |
import TMIDIX
|
124 |
|
125 |
+
#===================================================================
|
126 |
+
|
127 |
def get_score_signature(midi_score):
|
128 |
|
129 |
score = []
|