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