Go to the source code of this file.
Namespaces | |
namespace | NS_TIMIDITY |
Functions | |
float | NS_TIMIDITY::sine (int x) |
void | NS_TIMIDITY::init_tables (void) |
Variables | |
sint32 | NS_TIMIDITY::freq_table [128] |
double | NS_TIMIDITY::vol_table [128] |
double | NS_TIMIDITY::bend_fine [256] |
double | NS_TIMIDITY::bend_coarse [128] |
static double | NS_TIMIDITY::sine_table [257] |
sint16 | NS_TIMIDITY::_u2l [] |
sint32 * | NS_TIMIDITY::mixup |
sint8 * | NS_TIMIDITY::iplookup |
uint8 | NS_TIMIDITY::_l2u_ [] |
uint8 * | NS_TIMIDITY::_l2u = _l2u_ + 4096 |