Instrument Transposition in Plugin

• Dec 4, 2018 - 15:14

Hi folks,

I have a question about transposition in musescore.

Is it possible to get the instrument transposition in a plugin if I configure it unter "right-click -> Staff Properties -> Transpose written pichtes to sound: X"

Another ting:
I'm no so firm in C++ and QML. So how can I determine which class properties can be used in a plugin.
And why is the information provided to the plugin interface so limited?


Comments

Is it possible to get the instrument transposition in a plugin if I configure it unter "right-click -> Staff Properties -> Transpose written pichtes to sound: X"
You can probably figure out the transposition by inspecting the note properties (pitch ppitch and/or tpc)

So how can I determine which class properties can be used in a plugin.
By opening up the embedded help reference manual which lists all exposed classes and their exposed properties/methods.

And why is the information provided to the plugin interface so limited?
The plugin interface (and a big part of MuseScore itself) is written by volunteering contributors. They mostly "scratch their own itch" as what they write is done in their free time.

It looks like the plugin framework for v3.0 will get some love in the first part of 2019; so things are improving.

Do you still have an unanswered question? Please log in first to post your question.