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
comp_wavetable
const float ** comp_wavetable
Definition:
eris_waveshapes.cpp:28
wt
const int16_t ** wt
Definition:
eris_waveshapes.cpp:159
ERISCore
lib
Audio
eris_waveshapes.h
Generated by
1.9.1