prime/include/musyx/synth_dbtab.h

18 lines
254 B
C
Raw Normal View History

#ifndef MUSYX_DSP_IMPORT_H
#define MUSYX_DSP_IMPORT_H
#include "types.h"
2022-04-08 05:17:01 +00:00
#ifdef __cplusplus
extern "C" {
#endif
extern u16 dspAttenuationTab[194];
extern u8 dspScale2IndexTab[1024];
extern float dspDLSVolTab[129];
2022-04-08 05:17:01 +00:00
#ifdef __cplusplus
}
#endif
#endif