feat: --auto-random-cycle

This commit is contained in:
2025-11-14 09:03:23 +01:00
parent 2ab0947550
commit c229b9bc68
7 changed files with 110 additions and 89 deletions
+2
View File
@@ -43,6 +43,7 @@ typedef struct Parameters {
float base_tempo;
bool demo;
bool auto_random;
unsigned int auto_random_cycles;
StringArray video_in;
unsigned int video_size;
unsigned int internal_size;
@@ -182,6 +183,7 @@ typedef struct SharedContext {
vec3 values[ARRAY_SIZE];
bool demo;
bool auto_random;
unsigned int auto_random_cycles;
unsigned int seeds[MAX_FRAG];
bool monitor;