--- license: cc-by-sa-4.0 language: - en tags: - MIDI - Monster - Piano - Representations pretty_name: monsterpiano size_categories: - 100K 1: tones_chord = sorted(set([p % 12 for p in c])) while tones_chord not in TMIDIX.ALL_CHORDS_SORTED: tones_chord = tones_chord[:-1] pitches_chords.append(TMIDIX.ALL_CHORDS_SORTED.index(tones_chord)+128) else: pitches_chords.append(c[0]) return list(Counter(pitches_chords).most_common()) ``` *** ### Project Los Angeles ### Tegridy Code 2024