|
FastLED 3.9.15
|
#include <key.h>
Public Member Functions | |
| Key () FL_NOEXCEPT | |
| Key (u8 root, bool minor, float conf, u32 time) | |
| void | getKeyName (char *buffer, size_t bufferSize) const |
| const char * | getQuality () const |
| const char * | getRootName () const |
| bool | isValid () const |
| bool | operator!= (const Key &other) const |
| bool | operator== (const Key &other) const |
Public Attributes | |
| float | confidence |
| u32 | duration |
| bool | isMinor |
| u8 | rootNote |
| u32 | timestamp |