|
#ifndef _MUSYX_SYNTH_DBTAB
|
|
#define _MUSYX_SYNTH_DBTAB
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern u16 dspAttenuationTab[194];
|
|
extern u8 dspScale2IndexTab[1024];
|
|
extern float dspDLSVolTab[129];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _MUSYX_SYNTH_DBTAB
|