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