Skip to content

Repository files navigation

Chord Progression Analyzer

png

Overview

This is a Python library for analyzing chord progression in MusicXML format.

Requirements

  • Python 3.10.11
  • music21 9.1.0
  • pandas 2.0.3

Usage

from MusicXMLAnalyzer import MusicXMLAnalyzer

analyzer = MusicXMLAnalyzer("MusicXML/sample.musicxml", "major", "setting.ini")
analyzer.analyze()
analyzer.export_MusicXML("result/sample.musicxml")

License

This software is released under the MIT License, see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages