prime/include/musyx/synth_dbtab.h

19 lines
276 B
C
Raw Normal View History

#ifndef _MUSYX_SYNTH_DBTAB
#define _MUSYX_SYNTH_DBTAB
#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 // _MUSYX_SYNTH_DBTAB