Added state processing stage

This commit is contained in:
2026-04-27 12:11:41 +02:00
parent 1fd0a56064
commit 787bf50957
8 changed files with 57 additions and 44 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
#pragma once
#include "state.h"
#define COMB0_SIZE 1103
#define COMB1_SIZE 1361
#define COMB2_SIZE 1499
@@ -11,7 +13,7 @@
extern "C" {
#endif
void synth_init(void);
void synth_init(state_t* state);
float get_sample(void);
#ifdef __cplusplus