Skip to main content

Library for melody analysis based on pitch context vectors.

Project description


component-id: pitchcontext name: pitchcontext description: Python module for melody analysis based on pitch context vectors. type: SoftwareLibrary release-date: 2023-06-02 release-number: 0.1.9 work-package:

  • WP3 pilot:
  • TUNES keywords:
    • melody
    • pitch analysis changelog: licence: release link:

pitchcontext

Python module for melody analysis based on pitch context vectors.

Prerequisites:

  • lilypond installed and in command line path.
  • convert (ImageMagick) installed and in command line path.
  • kernfiles and corresponding .json files with melodic features.

The .json files need to be formatted according to the standard of MTCFeatures.

Installation

The latest release of the pitchcontext module can be installed from pypi:

$ pip install pitchcontext

The development version can be installed by cloning the repository and by using the provided pyproject.toml and poetry. In root of the rep do:

$ poetry install

This creates a virtual environment with pitchcontext installed.

Examples

Requires a Python3 environment with both pitchcontext and streamlit installed. Four examples are provided:

  • apps/st_dissonance.py
  • apps/st_novelty.py
  • apps/st_unharmonicity.py
  • apps/st_impliedchords.py

To run:

$ streamlit run st_dissonance.py -- -krnpath <path_to_kern_files> -jsonpath <path_to_json_files>

The -- is needed to pass the following arguments to the python script.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pitchcontext-0.1.9.tar.gz (25.3 kB view hashes)

Uploaded Source

Built Distribution

pitchcontext-0.1.9-py3-none-any.whl (26.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page