Definition at line 55 of file Keyboard.h.
|
static uint8_t | KeyIndex (int midi_pitch) |
|
◆ KeyboardState()
KeyboardState::KeyboardState |
( |
| ) |
|
◆ GetKey()
Key * KeyboardState::GetKey |
( |
int | midi_pitch | ) |
|
◆ HandleAfterTouchPoly()
void KeyboardState::HandleAfterTouchPoly |
( |
uint8_t | note, |
|
|
uint8_t | pressure ) |
◆ HandleControlChange()
void KeyboardState::HandleControlChange |
( |
uint8_t | d1, |
|
|
uint8_t | d2 ) |
◆ HandleNoteOff()
void KeyboardState::HandleNoteOff |
( |
uint8_t | midi_note, |
|
|
uint8_t | velocity, |
|
|
uint32_t | now_ms ) |
◆ HandleNoteOn()
void KeyboardState::HandleNoteOn |
( |
uint8_t | midi_note, |
|
|
uint8_t | velocity, |
|
|
int | color_selector_value, |
|
|
uint32_t | now_ms ) |
◆ KeyIndex()
uint8_t KeyboardState::KeyIndex |
( |
int | midi_pitch | ) |
|
|
static |
◆ Update()
void KeyboardState::Update |
( |
uint32_t | now_ms, |
|
|
uint32_t | delta_ms ) |
◆ keys_
Key KeyboardState::keys_[kNumKeys] |
◆ kNumKeys
const int KeyboardState::kNumKeys = 88 |
|
static |
◆ sustain_pedal_
bool KeyboardState::sustain_pedal_ |
The documentation for this class was generated from the following files:
- /home/runner/work/FastLED/FastLED/examples/LuminescentGrand/shared/Keyboard.h
- /home/runner/work/FastLED/FastLED/examples/LuminescentGrand/shared/Keyboard.cpp