PCMessage class
- Inheritance
-
- Object
- MidiMessage
- PCMessage
Constructors
- PCMessage.new({int channel = 0, int program = 0})
- Program Change Message
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
) → void -
Send the message bytes to all connected devices
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited