From 9d902924b50d5ed3af579a6657fc82a503c7023d Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Fri, 24 Apr 2026 15:15:28 +0200 Subject: [PATCH] add reseved space because i am lazy --- state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state.h b/state.h index ee651ac..fda668f 100644 --- a/state.h +++ b/state.h @@ -18,7 +18,7 @@ typedef struct { float env2_release; float reverb_amount; }; - float array[10]; + float array[16]; }; vco_mode_t vco_mode; bool quant_enabled;