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

◆ Key() [2/2]

fl::audio::detector::Key::Key ( u8 root,
bool minor,
float conf,
u32 time )
inline

Definition at line 55 of file key.h.

56 : rootNote(root), isMinor(minor), confidence(conf), timestamp(time), duration(0) {}
fl::u64 time() FL_NOEXCEPT
Alias for millis64() - returns 64-bit millisecond time.
Definition chrono.h:346

References confidence, duration, isMinor, rootNote, fl::time(), and timestamp.

+ Here is the call graph for this function: