This is a Python library for analyzing chord progression in MusicXML format.
- Python 3.10.11
- music21 9.1.0
- pandas 2.0.3
from MusicXMLAnalyzer import MusicXMLAnalyzer
analyzer = MusicXMLAnalyzer("MusicXML/sample.musicxml", "major", "setting.ini")
analyzer.analyze()
analyzer.export_MusicXML("result/sample.musicxml")This software is released under the MIT License, see LICENSE.
