Retrig pattern from step 1 while host transport is running

This commit is contained in:
Armin 2026-08-06 15:57:58 +02:00
commit 8925199aa3
2 changed files with 19 additions and 3 deletions

View file

@ -127,4 +127,5 @@ private:
bool wasPlaying = false;
double lastHostPpq = -1.0;
double freePpq = 0.0;
double retrigPpq = 0.0;
};