cleaned up

This commit is contained in:
2025-08-03 20:35:59 +02:00
parent 26c3ee4cb6
commit bc8a2b5b20
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -2,16 +2,11 @@
// -------------------------------------------------------------- // --------------------------------------------------------------
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <math.h>
#include "synth_defs.h" #include "synth_defs.h"
#include "blit.h" #include "blit.h"
#include "vco.h" #include "vco.h"
#include "wavetable.h" #include "wavetable.h"
#include "fir/fir2.h"
extern unsigned char _g_wave_rawdata[38400];
extern wt_descr_t _g_wt_descr[WT_NUM_WAVETABLES];
// -------------------------------------------------------------- // --------------------------------------------------------------
// internal funcs // internal funcs
-1
View File
@@ -37,7 +37,6 @@ typedef struct _svco_common_t
{ {
blit_common_t blit; blit_common_t blit;
wt_common_t wt; wt_common_t wt;
// synth_float_t wavetable[300][128];
} vco_common_t; } vco_common_t;