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.11.0.tar.gz
(42.8 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.11.0.tar.gz.
File metadata
- Download URL: mscore3-1.11.0.tar.gz
- Upload date:
- Size: 42.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e28722d2011f80bba1abbbc8e57ad982dc859907fab11e07dc65eff866991ab
|
|
| MD5 |
44d403f791f1a74d024b535fe3eade46
|
|
| BLAKE2b-256 |
52286b586bd4f3225f162ea8172ec57a29b5ff9bb101462d1f0889d177e9dc85
|
File details
Details for the file mscore3-1.11.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.11.0-py2.py3-none-any.whl
- Upload date:
- Size: 49.0 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 |
efaa162a74f5d00f03dc9fdb26dd43a7c86b1d485c4b60cb32361161292d3d89
|
|
| MD5 |
a98230b3b079eb61e69f0114c3313574
|
|
| BLAKE2b-256 |
a124997d4155c6c13c5839395420ea60ea4cbbd6b0561f62a1df1783065d8826
|