ERIS CORE
eris_waveshapes.h
Go to the documentation of this file.
1 #ifndef __eris_waveshapes_h
2 #define __eris_waveshapes_h
3 #include <Arduino.h>
4 //513 x 18 compression tables + reference
5 #define COMP_WAVETABLE_SIZE 18
6 extern const float** comp_wavetable;
7 
8 extern const int16_t** wt;
9 #endif
const float ** comp_wavetable
const int16_t ** wt