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;