menu
flutter_midi_command_for_x package
documentation
flutter_midi_command_messages.dart
CCMessage
CCMessage.new constructor
CCMessage.new constructor
dark_mode
light_mode
CCMessage
constructor
CCMessage
(
{
int
channel
=
0
,
int
controller
=
0
,
int
value
=
0
,
})
Continuous Control Message
Implementation
CCMessage({
this
.channel =
0
,
this
.controller =
0
,
this
.value =
0
});
flutter_midi_command_for_x package
documentation
flutter_midi_command_messages
CCMessage
CCMessage.new constructor
CCMessage class