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.15.1.tar.gz
(43.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.15.1.tar.gz.
File metadata
- Download URL: mscore3-1.15.1.tar.gz
- Upload date:
- Size: 43.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 |
d98c8ae04e34cf59258af226aa384e71a2a8ee3b12e203df18e94b4ef8b66a0c
|
|
| MD5 |
460266a160c43437b9cab4c7a0549367
|
|
| BLAKE2b-256 |
e241462eb9a2ec7db996481e53c36ed0fa1d0a0487dcfa02eb06094b0e21d1fc
|
File details
Details for the file mscore3-1.15.1-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.15.1-py2.py3-none-any.whl
- Upload date:
- Size: 50.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 |
f759c71da5ee4e1cdd3f2e879b67366597b704a09f57a82a25614811b71adb55
|
|
| MD5 |
ff7efdd026f48f879940a37d1131b6c0
|
|
| BLAKE2b-256 |
2c76802821e9dbd614d5d554d149cf844474618a76550c99c46f6010a3c6921a
|