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
+1 -2
View File
@@ -4,14 +4,13 @@
#include <log.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include "shared.h"
#include "timer.h"
#include "types.h"
#include "video.h"
#include "window.h"
static void ioctl_error(VideoCapture *video_capture, const char *operation,
const char *default_msg) {