MuseScore Plugins  3.5
Plugins API for MuseScore
Properties | List of all members
PlayEvent Class Reference
Inheritance diagram for PlayEvent:
Inheritance graph
[legend]
Collaboration diagram for PlayEvent:
Collaboration graph
[legend]

Properties

int pitch
 The relative pitch to the note pitch. More...
 
int ontime
 Time to turn on the note event. More...
 
int len
 The length of time for the event. More...
 
int offtime
 Time note will turn off. More...
 

Detailed Description

Since
MuseScore 3.3

Property Documentation

◆ len

int len
readwrite

The length of time for the event.

This value is expressed in 1/1000 of the nominal note length.

Since
MuseScore 3.3

◆ offtime

int offtime
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.

Since
MuseScore 3.3

◆ ontime

int ontime
readwrite

Time to turn on the note event.

This value is expressed in 1/1000 of the nominal note length.

Since
MuseScore 3.3

◆ pitch

int pitch
readwrite

The relative pitch to the note pitch.

This is added to the parent note's actual pitch.

Since
MuseScore 3.3

The documentation for this class was generated from the following file: