tap tempo

This commit is contained in:
2025-10-02 23:30:25 +02:00
parent 4a5267f429
commit bbe96b3cd2
10 changed files with 216 additions and 10 deletions
+8
View File
@@ -3,4 +3,12 @@
#ifndef TEMPO_H
#define TEMPO_H
Tempo tempo_init();
void tempo_tap(Tempo *tempo);
void tempo_set(Tempo *tempo, float value);
double tempo_progress(Tempo tempo);
#endif /* TEMPO_H */