flutter_midi_command
flutter_midi_command_messages
NoteOnMessage
NoteOnMessage constructor
NoteOnMessage
flutter_midi_command
flutter_midi_command_messages
NoteOnMessage
NoteOnMessage constructor
NoteOnMessage class
Constructors
NoteOnMessage
Properties
channel
note
velocity
data
hashCode
runtimeType
Methods
send
noSuchMethod
toString
Operators
operator ==
NoteOnMessage
constructor
NoteOnMessage
(
{
int
channel
:
0
int
note
:
0
int
velocity
:
0
})
Implementation
NoteOnMessage({this.channel = 0, this.note = 0, this.velocity = 0});