feat: beat-sync LFOs and delay to host BPM

This commit is contained in:
Armin 2026-07-14 01:18:46 +02:00
commit 5cc704c1d1
5 changed files with 250 additions and 110 deletions

View file

@ -85,6 +85,7 @@ private:
float autoPanPhase = 0.0f;
double currentSampleRate = 44100.0;
double currentBpm = 120.0;
std::atomic<float> rmsLevel{0.0f};
std::array<std::atomic<bool>, 128> activeNotes{};