LaunchpadController class

Implemented types

Constructors

LaunchpadController.fromDevice({required MidiDevice device, required MidiCommand midiCommand})
factory

Properties

connected → dynamic
no setter
device → MidiDevice
final
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
no setter
model LaunchpadModel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → dynamic
connect() → dynamic
disconnect() → dynamic
dispose() → dynamic
events() Stream<LaunchpadEvent>
override
getColor(int x, int y) LaunchpadColor
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setColor(int x, int y, LaunchpadColor color, [LaunchpadLightMode mode = LaunchpadLightMode.STATIC]) → dynamic
setTempo(int tempo) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited