Structure that holds configuration settings for the detected beat. More...
#include <ST_AudioProcessingSettings.h>
Public Attributes | |
double | BeatTime = 0.0 |
float | BeatsPerMinute = 0.0f |
Structure that holds configuration settings for the detected beat.
Defines parameters for Beat detection and tracking.
float FDetectionBeat::BeatsPerMinute = 0.0f |
How many beats were detected per minute (BPM).
double FDetectionBeat::BeatTime = 0.0 |
Stores the time the beat was last detected per channel.