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.8.0.tar.gz
(39.9 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.8.0.tar.gz.
File metadata
- Download URL: mscore3-1.8.0.tar.gz
- Upload date:
- Size: 39.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edb83384924a6a8155f883ad1b3fa5c9de3798160dc287d5b4d0715d5e73bfc5
|
|
| MD5 |
fe68169b1123356fe1e598e44aeef44b
|
|
| BLAKE2b-256 |
6544f22714407065e3b735ea9dcd668ed32f9a25dbbb8ccc9dc0a41c79040529
|
File details
Details for the file mscore3-1.8.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.8.0-py2.py3-none-any.whl
- Upload date:
- Size: 43.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 |
7ec05815673b24135b96050a273d36619abff6b42d44d4bca1c67c67efe053e1
|
|
| MD5 |
93bc252b4e59affd0036f816eaf181b7
|
|
| BLAKE2b-256 |
8f7be1f91fe6082bd01dbb3536fe9168b7b095a82889b49aaef3d3633e220d3d
|