|
FastLED 3.9.15
|
#include <chord.h>
Public Member Functions | |
| Chord () FL_NOEXCEPT | |
| Chord (int root, ChordType t, float conf, u32 ts) | |
| const char * | getRootName () const |
| const char * | getTypeName () const |
| bool | isValid () const |
Public Attributes | |
| float | confidence |
| int | rootNote |
| u32 | timestamp |
| ChordType | type |