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

Method getPitchHz

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

Source from the content-addressed store, hash-verified

1016bool Reactive::isDiminuendo() { return ensureAudioProcessor().isDiminuendo(); }
1017float Reactive::getPitchConfidence() { return ensureAudioProcessor().getPitchConfidence(); }
1018float Reactive::getPitchHz() { return ensureAudioProcessor().getPitch(); }
1019float Reactive::getTempoConfidence() { return ensureAudioProcessor().getTempoConfidence(); }
1020float Reactive::getTempoBPM() { return ensureAudioProcessor().getTempoBPM(); }
1021float Reactive::getBuildupIntensity() { return ensureAudioProcessor().getBuildupIntensity(); }

Callers

nothing calls this directly

Calls 1

getPitchMethod · 0.45

Tested by

no test coverage detected