menu
flutter_midi_command_for_x package
documentation
flutter_midi_command_messages.dart
NoteOnMessage
NoteOnMessage.new constructor
NoteOnMessage.new constructor
dark_mode
light_mode
NoteOnMessage
constructor
NoteOnMessage
(
{
int
channel
=
0
,
int
note
=
0
,
int
velocity
=
0
,
})
Note On Message
Implementation
NoteOnMessage({
this
.channel =
0
,
this
.note =
0
,
this
.velocity =
0
});
flutter_midi_command_for_x package
documentation
flutter_midi_command_messages
NoteOnMessage
NoteOnMessage.new constructor
NoteOnMessage class