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.16.3.tar.gz
(44.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.16.3.tar.gz.
File metadata
- Download URL: mscore3-1.16.3.tar.gz
- Upload date:
- Size: 44.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 |
5fa1b832bb76974339ffeab77aa8e03bb2694a5b3e7f3f97c009bf36b87e9ff6
|
|
| MD5 |
03901e3d06c06559797b098f436f7697
|
|
| BLAKE2b-256 |
62a230c9070dd45f6d4058bd2b502962766adc829a234203054f42e264a550b1
|
File details
Details for the file mscore3-1.16.3-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.16.3-py2.py3-none-any.whl
- Upload date:
- Size: 51.7 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 |
887349152a75c73f4d37263af9abc5b36ab32818ad0f2a62bd9dd52180fdd245
|
|
| MD5 |
fcc2e491381c8fa91cdc79b0a60e95c4
|
|
| BLAKE2b-256 |
419abc342bd2ec3b029e7d45828f917b0612bd96f91d10c3a0e3507a1a2b74f0
|