add reseved space because i am lazy

This commit is contained in:
PoliEcho 2026-04-24 15:15:28 +02:00
parent db4a1312a9
commit 9d902924b5

View File

@ -18,7 +18,7 @@ typedef struct {
float env2_release; float env2_release;
float reverb_amount; float reverb_amount;
}; };
float array[10]; float array[16];
}; };
vco_mode_t vco_mode; vco_mode_t vco_mode;
bool quant_enabled; bool quant_enabled;