menu
flutter_midi_command package
documentation
flutter_midi_command_messages.dart
PCMessage
PCMessage constructor
PCMessage constructor
dark_mode
light_mode
PCMessage
constructor
PCMessage
(
{
int
channel
=
0
,
int
program
=
0
,
})
Program Change Message
Implementation
PCMessage({this.channel = 0, this.program = 0});
flutter_midi_command package
documentation
flutter_midi_command_messages
PCMessage
PCMessage constructor
PCMessage class