@@ -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
The note is not visible to the blocked user.