mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
feat: beat-sync LFOs and delay to host BPM
This commit is contained in:
parent
21cccaf281
commit
5cc704c1d1
5 changed files with 250 additions and 110 deletions
|
|
@ -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{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue