prime/include/musyx/synth_dbtab.h

18 lines
253 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
}
2022-09-18 06:05:46 +00:00
#endif
#endif