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.6.0.tar.gz
(38.0 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.6.0.tar.gz.
File metadata
- Download URL: mscore3-1.6.0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0966cc5d6b3a598101bd548e1f561587ec6833b840569dd70a3b45f28de7b262
|
|
| MD5 |
25e4d68b79a0874d921006a7c5a0cdb8
|
|
| BLAKE2b-256 |
d3dccdb7430b37dd2065bcfea79b86c5afe0d0d0dd4b9a122024da02220827ee
|
File details
Details for the file mscore3-1.6.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 40.1 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 |
1508932cb616b3b628b4eec36939c9892f7a4ad88517a9d8ff3de1c8517e7cf6
|
|
| MD5 |
fd551ca0da184f1d8c8b6d5103536214
|
|
| BLAKE2b-256 |
2ae767ed532f0b8a6d29ced4b63a1e09f4c471dce3fb7028e92c611eeb305f6c
|