FastLED
3.9.15
Loading...
Searching...
No Matches
◆
KeyboardState()
KeyboardState::KeyboardState
(
)
Definition at line
190
of file
Keyboard.cpp
.
190
:
sustain_pedal_
(
false
),
keys_
() {
191
for
(
int
i = 0; i <
kNumKeys
; ++i) {
192
keys_
[i].idx_ = i;
193
}
194
}
KeyboardState::kNumKeys
static const int kNumKeys
Definition
Keyboard.h:101
KeyboardState::sustain_pedal_
bool sustain_pedal_
Definition
Keyboard.h:102
KeyboardState::keys_
Key keys_[kNumKeys]
Definition
Keyboard.h:103
References
keys_
,
kNumKeys
, and
sustain_pedal_
.
KeyboardState
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2