I understand that the answer is YES, though the Staff object is not documented in the Plugin Creator.
I think of extending the Mixer so that each staff will have its own playback volume slider. However, I'm a C# programmer, not C++, so it looks like I have a long run mission.
I'm not sure if your asking from a programmer or user point of view. For a user, you can right click a staff and select staff properties to see the properties.
Comments
See https://github.com/musescore/MuseScore/blob/master/libmscore/staff.cpp and https://github.com/musescore/MuseScore/blob/master/libmscore/staff.h
In reply to See by Jojo-Schmitz
I understand that the answer is YES, though the Staff object is not documented in the Plugin Creator.
I think of extending the Mixer so that each staff will have its own playback volume slider. However, I'm a C# programmer, not C++, so it looks like I have a long run mission.
In reply to I understand that the answer by gideonrv
That is because staff is not export to the plugin framework
In reply to That is because staff is not by Jojo-Schmitz
Neither is the mixer, so you won't be able to achieve what you wanted through a plugin.
I'm not sure if your asking from a programmer or user point of view. For a user, you can right click a staff and select staff properties to see the properties.
In reply to I'm not sure if your asking by mike320
properties and methods are programmers' terms for object oriented languages, like C++ here
In reply to I'm not sure if your asking by mike320
I tried right clicking, but I didn't see any property that controls the playback volume.
In reply to I tried right clicking, but I by gideonrv
Volume or velocity is not a.property of a staff
forget it