dart_fire_midi library

Classes

ButtonControls
ButtonEvent
DialEvent
FireInputEvent
PadColor
valid RGB values are 7it, ie. 0-127 ONLY
PadEvent
UnknownEvent

Properties

allOffMessage Uint8List
no setter
allOnMessage Uint8List
no setter
allPadOff Uint8List
no setter

Functions

colorPad(int padRow, int padColumn, PadColor color) Uint8List
turn on and set the colour of a pad button
colorPadsList(int padRow, int padColumn, List<PadColor> colors) Uint8List
turn on and set pads with the colours in the list, starting at padRow, padColumn
sendBitmap(List<bool> bitmap) Uint8List
send monochrome bit map to the OLED display MUST be 128 x 64 in length!!