demo mode change state at random each 4 beats

This commit is contained in:
2025-10-02 23:40:37 +02:00
parent bbe96b3cd2
commit e7ad7fabb5
3 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ void tempo_tap(Tempo *tempo);
void tempo_set(Tempo *tempo, float value);
double tempo_progress(Tempo tempo);
double tempo_progress(Tempo tempo, double modulo);
#endif /* TEMPO_H */