A python library for opening/inspecting/modifying MuseScore3 files.
Project description
mscore3
A python library for opening/inspecting/modifying MuseScore3 files.
Importing
The import name is "mscore"
Simple usage
from mscore import Score
score = Score(argv[1])
for part in score.parts():
if part.name == "Harp":
for channel in part.instrument().channels():
channel.port = 4
Formats
Reads/writes both .mscx and .mscz files.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mscore3-1.16.0.tar.gz
(44.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mscore3-1.16.0.tar.gz.
File metadata
- Download URL: mscore3-1.16.0.tar.gz
- Upload date:
- Size: 44.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c8ddffe552ed98a43699b2337a84e2f9f8f6e3e134f606ca55e79ff6b9b166
|
|
| MD5 |
34620420d73daa0db8d477512a5c9c1c
|
|
| BLAKE2b-256 |
7adb05d53b106423902a928d438a0ab8f3dd941545fcb40718cc19c0c2c3883c
|
File details
Details for the file mscore3-1.16.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.16.0-py2.py3-none-any.whl
- Upload date:
- Size: 51.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20e787e92ccfa4073d5153297fd3857fb2f7fdf08856889739b55b1c9a393ada
|
|
| MD5 |
627976bce2fe2ea51b397ed40dc38ba3
|
|
| BLAKE2b-256 |
a42052c019b8ceb333fb5ec226a3b4879ac99a33d7fdd53680ed71e92e1e4c67
|