menu
flutter_midi_command_for_x package
documentation
flutter_midi_command_messages.dart
ATMessage
ATMessage.new constructor
ATMessage.new constructor
dark_mode
light_mode
ATMessage
constructor
ATMessage
(
{
int
channel
=
0
,
int
pressure
=
0
,
})
Create an Aftertouch Message for a single channel
Implementation
ATMessage({
this
.channel =
0
,
this
.pressure =
0
});
flutter_midi_command_for_x package
documentation
flutter_midi_command_messages
ATMessage
ATMessage.new constructor
ATMessage class
Constructors
new
Properties
channel
data
hashCode
pressure
runtimeType
Methods
noSuchMethod
send
toString
Operators
operator ==