Skip to content

Plugin API: Add MU4 properties, elements, and enums #28505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

XiaoMigros
Copy link
Contributor

Resolves: #28478
Resolves: #28476

Requires #28502 to build.

Following Changes have been made to the plugin API:

  • The code style has been updated to more closely match the rest of the engraving module.

  • All new element types and properties since 4.X have been made accessible to plugins.

  • Many more enums are now exposed (and declared!), facilitating working with various property types.

  • A Cursor now has a .staff property (read and write), rather than previously just the staffIdx.

  • I signed the CLA

  • The title of the PR describes the problem it addresses

  • Each commit's message describes its purpose and effects, and references the issue it resolves

  • If changes are extensive, there is a sequence of easily reviewable commits

  • The code in the PR follows the coding rules

  • There are no unnecessary changes

  • The code compiles and runs on my machine, preferably after each commit individually - Yes, with Move some types out of dom to dedicated file #28502

  • I created a unit test or vtest to verify the changes I made (if applicable)

@XiaoMigros XiaoMigros force-pushed the plugins-4 branch 2 times, most recently from 080a9d4 to 37bb730 Compare June 19, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant