menu
flutter_midi_command package
documentation
flutter_midi_command_messages.dart
NoteOnMessage
NoteOnMessage constructor
NoteOnMessage 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 package
documentation
flutter_midi_command_messages
NoteOnMessage
NoteOnMessage constructor
NoteOnMessage class