Python library to compute pitch scapes for music analysis. The implemented methods are described in (please cite when using this library for publications, BibTeX below): Lieck R, Rohrmeier M (2020) Modelling Hierarchical Key Structure with Pitch Scapes. In: Proceedings of the 21st International Society for Music Information Retrieval Conference. Montréal, Canada
@inproceedings{lieckModellingHierarchicalKey2020,
title = {Modelling Hierarchical Key Structure with Pitch Scapes},
booktitle = {Proceedings of the 21st International Society for Music Information Retrieval Conference},
author = {Lieck, Robert and Rohrmeier, Martin},
year = {2020},
location = {Montréal, Canada},
doi = {10.5281/zenodo.4245558},
eventtitle = {21st International Society for Music Information Retrieval Conference}
}
Please have a look at the Tutorial, which guides you through all the basic functionality of reading data, plotting pitch scapes and training the unsupervised clustering model.
Note: I tried to make the code accessible and provide some convenience functions for getting started smoothly. But there is still lots of room for better documentation and testing. Please contact me if you have any questions, are missing anything or encounter bugs!