Preparing search index...
The search index is not available
@midival/core
@midival/core
index
NoteMessage
Interface NoteMessage
Message used in Note On / Note Off Callbacks.
interface
NoteMessage
{
channel
:
number
;
command
:
number
;
data1
:
number
;
data2
:
number
;
note
:
number
;
velocity
:
number
;
}
Hierarchy (
view full
)
MidiMessage
NoteMessage
Index
Properties
channel
command
data1
data2
note
velocity
Properties
channel
channel
:
number
command
command
:
number
data1
data1
:
number
data2
data2
:
number
note
note
:
number
velocity
velocity
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
channel
command
data1
data2
note
velocity
@midival/core
Loading...
Generated using
TypeDoc
Message used in Note On / Note Off Callbacks.