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.17.0.tar.gz
(45.3 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.17.0.tar.gz.
File metadata
- Download URL: mscore3-1.17.0.tar.gz
- Upload date:
- Size: 45.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d20bdfde1c225dbbc442e8189ac7c2347385fefac2dd0758bf7d95f0e7a58e37
|
|
| MD5 |
65e80e6a025135d7cb42b03ddd5b6192
|
|
| BLAKE2b-256 |
28de2f432d165deb66bc84b3daedc81b7ae04c1a0518f00daf56928fe1c3d061
|
File details
Details for the file mscore3-1.17.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.17.0-py2.py3-none-any.whl
- Upload date:
- Size: 52.9 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 |
fdd85ee3ef73dfb3af3b07c510bf894dee7b7e19d32caedaf934be264de4d67c
|
|
| MD5 |
d3a53e710ab56bdc3e55d03423be34d3
|
|
| BLAKE2b-256 |
a5e3406caeb39795153b07ad7bedd0e8e6a2135ff90cc9238c942ab97929bd6d
|