HuMIDI - v1.0.0
Preparing search index...
NoteOnEvent
Type Alias NoteOnEvent
Event data for MIDI note on messages
type
NoteOnEvent
=
{
note
:
number
;
velocity
:
number
;
}
Index
Properties
note
velocity
Properties
note
note
:
number
MIDI note number (0-127)
velocity
velocity
:
number
Note velocity (0-127)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
note
velocity
HuMIDI - v1.0.0
Loading...
Event data for MIDI note on messages