![]() |
MuseScore Plugins 3.3
Plugins API for MuseScore
|
#include <playevent.h>


Properties | |
| int | pitch |
| The relative pitch to the note pitch. | |
| int | ontime |
| Time to turn on the note event. | |
| int | len |
| The length of time for the event. | |
| int | offtime |
| Time note will turn off. | |
|
readwrite |
The length of time for the event.
This value is expressed in 1/1000 of the nominal note length.
|
read |
Time note will turn off.
This value derived from onTime and len. This value is expressed in 1/1000 of the nominal note length.
|
readwrite |
Time to turn on the note event.
This value is expressed in 1/1000 of the nominal note length.
|
readwrite |
The relative pitch to the note pitch.
This is added to the parent note's actual pitch.