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.0.tar.gz
(41.6 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.0.tar.gz.
File metadata
- Download URL: mscore3-1.10.0.tar.gz
- Upload date:
- Size: 41.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e97124643f9982a1a764af0f38eec1c6098673ae023d351cf9455282f712e7f6
|
|
| MD5 |
0c484d9eb50bc1289aaf8b39be23602c
|
|
| BLAKE2b-256 |
de1a38913d4e406950d560fca8fab84dccba870a4dae98ce810722d5d485378d
|
File details
Details for the file mscore3-1.10.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.10.0-py2.py3-none-any.whl
- Upload date:
- Size: 46.8 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 |
c0dd8a7eff824605b1bc06895165174396d78d2ecd2b0fedbf006a5eb75066c7
|
|
| MD5 |
a1fd597905db16ed87c07ce9d3176c43
|
|
| BLAKE2b-256 |
33c17ade659c6ecd22c548fa073043bde2d0983a612c667361d91d73c760be00
|