Classes
Members
-
attack :number
-
Description
The attack velocity of the note as a decimal number between 0 and 1.
Details
-
duration :number
-
Description
The duration of the note as a positive decimal number representing the number of milliseconds that the note should play for.
Details
-
name :string
-
Description
The name of the note with the octave number (
"C3"
,"G#4"
,"F-1"
,"Db7"
, etc.)Details
-
number :number
-
Description
The MIDI note number as an integer between 0 and 127
Details
-
octave :number
-
Description
The octave of the note as an integer between -1 and 9.
Details
-
rawAttack :number
-
Description
The raw attack velocity of the note as an integer between 0 and 127.
Details
-
rawRelease :number
-
Description
The raw release velocity of the note as an integer between 0 and 127.
Details
-
release :number
-
Description
The release velocity of the note as a decimal number between 0 and 1.
Details