Go to the source code of this file.
◆ animartrix_ring::OrchestratorConfig
| struct animartrix_ring::OrchestratorConfig |
| Class Members |
|
float |
beatConfidenceEnter = 0.50f |
also require beatConf >= this for BpmLocked |
|
float |
beatConfidenceExit = 0.35f |
|
|
float |
bpmLockedBaseSpeed = 1.0f |
|
|
u32 |
classifierHysteresisMs = 400 |
|
|
float |
disorganizedSpeedSpan = 1.5f |
|
|
u32 |
minDwellMs = 1500 |
|
|
u32 |
pulseDecayMs = 220 |
|
|
u32 |
silenceEnterMs = 700 |
silence must persist this long to enter Silence |
|
u32 |
silenceExitMs = 150 |
sound must persist this long to leave Silence |
|
float |
silenceSpeed = 0.25f |
|
|
float |
tempoConfidenceEnter = 0.60f |
enter BpmLocked when tempoConf >= this |
|
float |
tempoConfidenceExit = 0.45f |
leave BpmLocked when tempoConf < this |