expose part.volume to plugins

• Sep 7, 2019 - 15:30

MuseScore 2 gave access to a part's volume (as in curScore.parts[0].volume), which gave me a way to create mp3 exports for each part with current stave set to 100% volume and all other staves set to eg. 50%. (See plugin skeleton: https://musescore.org/en/node/277716#comment-863605, which I'm currently trying to port to MuseScore 3).

Sadly, MuseScore 3 does not have the property "volume" on object "part" any more. Is there a different way to set part-specific volumes in plugins?

If not, my feature request would be to get (write) access to part.volume back in MuseScore 3.


Comments

I would also profit from this feature because I used for the same thing.
Would it be easier to expose the mixer to plugins?
In the end, I do the same manually, with a lot more clicks.

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