From 57c3d2bc80c88039fd903831956c3acb5dd69042 Mon Sep 17 00:00:00 2001 From: Tom-on64 Date: Fri, 24 Apr 2026 18:35:13 +0200 Subject: [PATCH] state --- const.h | 6 ++++++ state.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/const.h b/const.h index a446624..7d319d3 100644 --- a/const.h +++ b/const.h @@ -16,4 +16,10 @@ #define SAMPLE_RATE 44100.0f +#define BPM_MIN 30.0f +#define BPM_MAX 300.0f +#define VCO_MIN 40.0f +#define VCO_MAX 3200.0f + #define otherwise else + diff --git a/state.h b/state.h index 3492876..d627b91 100644 --- a/state.h +++ b/state.h @@ -1,7 +1,8 @@ #pragma once #include -#include "vco.h" +#include +#include "vco.hh" typedef struct { union {