MCPcopy Create free account
hub / github.com/FastLED/FastLED / isTom

Method isTom

src/fl/audio/audio_reactive.cpp.hpp:1027–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025bool Reactive::isSnare() { return ensureAudioProcessor().isSnare(); }
1026bool Reactive::isHiHat() { return ensureAudioProcessor().isHiHat(); }
1027bool Reactive::isTom() { return ensureAudioProcessor().isTom(); }
1028u8 Reactive::getCurrentNote() { return ensureAudioProcessor().getCurrentNote(); }
1029float Reactive::getNoteVelocity() { return ensureAudioProcessor().getNoteVelocity(); }
1030float Reactive::getNoteConfidence() { return ensureAudioProcessor().getNoteConfidence(); }

Callers 3

FL_TEST_FILEFunction · 0.45
percussion.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected