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.1.1.tar.gz
(37.5 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.1.1.tar.gz.
File metadata
- Download URL: mscore3-1.1.1.tar.gz
- Upload date:
- Size: 37.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fa8cd38b7d6b1e33e0647fffd52cb227789fbb8e48be8f0a62562f2e458d7e6
|
|
| MD5 |
afd4abd4556858c4d0526e583cdfaa0e
|
|
| BLAKE2b-256 |
0a8768282305bfc273d56d82ed45ce3f25a77bae7758b7701abefb406796d943
|
File details
Details for the file mscore3-1.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 39.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a2f0a278b5158ddf557c346095bda38bf0cca1d49d1799bcd9579427d036711
|
|
| MD5 |
2619946f969bbd68ac7914239d4884b0
|
|
| BLAKE2b-256 |
d7e04f74e16b7660038db3d054c1ebbd97ef4952f52c63cdc7b230978c648164
|