A python package for cadence detection
Project description
cadence_detector
A python package for cadence detection on music xml scores. The scan returns files with measure and offset locations of PACs, IACs, and HCs, as well as a musicxml file with cadence labels on the score.
Installation
pip install cadence_detector
Running on single file
from cadence_detector import cadence_detector
cadence_detector.detect_cadences_in_file(full_path=<your_file_path>,output_path=<your_output_path>)
Running on folder
from cadence_detector import cadence_detector
cadence_detector.detect_cadences_in_folder(input_dir=<your_folder_path>, file_ending=<your_file_endings>, output_dir=<your_output_path>, do_parallel=True)
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
Built Distribution
File details
Details for the file cadence_detector-0.2.0.tar.gz
.
File metadata
- Download URL: cadence_detector-0.2.0.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e80414769f7504c9393cbf28bee8d346db316b7d304aa4a8017cedfcf71e1e11 |
|
MD5 | dfc83c59e0844c97c4fb99a446febdd2 |
|
BLAKE2b-256 | 13697e2e496b4a8e4bbeea42333a2bc57233b3d66611ea350e388efa101008ca |
File details
Details for the file cadence_detector-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: cadence_detector-0.2.0-py3-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b9a36114ac10b713c808cab7c78ee15b4eeaaa808733a94d1df9d61885b69aa |
|
MD5 | 9228d447748acd0ef075e787c1349e66 |
|
BLAKE2b-256 | 07370be402305dd65cb33fef44c157f8222ad6cf87f83ceaf724daa9faaf8b55 |