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.10.1.tar.gz
(41.7 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.10.1.tar.gz.
File metadata
- Download URL: mscore3-1.10.1.tar.gz
- Upload date:
- Size: 41.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aae93cc23ad6f1c440f294c922d3e2707a3e19192e33693f06dad2ddcd8c3a9c
|
|
| MD5 |
22d89647c8916bef1e526d705972e1dd
|
|
| BLAKE2b-256 |
a2be39fe8900c03ffcdc6c32e018c2085d5aa48e5ddd91991888e2f1f2932fe5
|
File details
Details for the file mscore3-1.10.1-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.10.1-py2.py3-none-any.whl
- Upload date:
- Size: 46.9 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 |
d3488fe09f621406520ac1e71ef4d6e6d29575346fb5482ddfeab07915916505
|
|
| MD5 |
6b446448e65b3e1d8a8c3b0953cd6aae
|
|
| BLAKE2b-256 |
43c5effafb1fa7f916f01fdc3a0d1edea3db9fa528a22cd5b5414b8f8c1fc6ea
|