|
FastLED 3.9.15
|
Definition at line 9 of file audio_detector.h.
#include <audio_detector.h>
Inheritance diagram for fl::audio::Detector:Public Member Functions | |
| virtual | ~Detector () FL_NOEXCEPT=default |
| virtual void | fireCallbacks () FL_NOEXCEPT |
| virtual const char * | getName () const FL_NOEXCEPT=0 |
| virtual bool | needsFFT () const FL_NOEXCEPT |
| virtual bool | needsFFTHistory () const FL_NOEXCEPT |
| virtual void | reset () FL_NOEXCEPT |
| virtual void | setSampleRate (int) FL_NOEXCEPT |
| virtual void | update (shared_ptr< Context > context) FL_NOEXCEPT=0 |