FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Update()

void KeyboardState::Update ( uint32_t now_ms,
uint32_t delta_ms )

Definition at line 198 of file Keyboard.cpp.

198 {
199 for (int i = 0; i < kNumKeys; ++i) {
200 mKeys[i].Update(now_ms, delta_ms, mSustainPedal);
201 }
202}
static const int kNumKeys
Definition Keyboard.h:101
bool mSustainPedal
Definition Keyboard.h:102
Key mKeys[kNumKeys]
Definition Keyboard.h:103

References kNumKeys, mKeys, and mSustainPedal.