|
FastLED 3.9.15
|
Definition at line 55 of file Keyboard.h.
#include <Keyboard.h>
Collaboration diagram for KeyboardState:Public Member Functions | |
| KeyboardState () | |
| Key * | GetKey (int midi_pitch) |
| void | HandleAfterTouchPoly (uint8_t note, uint8_t pressure) |
| void | HandleControlChange (uint8_t d1, uint8_t d2) |
| void | HandleNoteOff (uint8_t midi_note, uint8_t velocity, uint32_t now_ms) |
| void | HandleNoteOn (uint8_t midi_note, uint8_t velocity, int color_selector_value, uint32_t now_ms) |
| void | Update (uint32_t now_ms, uint32_t delta_ms) |
Static Public Member Functions | |
| static uint8_t | KeyIndex (int midi_pitch) |
Public Attributes | |
| Key | keys_ [kNumKeys] |
| bool | sustain_pedal_ |
Static Public Attributes | |
| static const int | kNumKeys = 88 |