Go to the source code of this file.
Namespaces | |
namespace | NS_TIMIDITY |
Functions | |
static int | NS_TIMIDITY::read_config_file (const char *name) |
int | NS_TIMIDITY::Timidity_Init (int rate, int format, int channels, int samples) |
int | NS_TIMIDITY::Timidity_Init_Simple (int rate, int samples, sint32 encoding) |
void | NS_TIMIDITY::Timidity_DeInit () |
char * | NS_TIMIDITY::Timidity_Error (void) |
Variables | |
void(*) | NS_TIMIDITY::s32tobuf (void *dp, sint32 *lp, sint32 c) |
int | NS_TIMIDITY::free_instruments_afterwards = 0 |
static char | NS_TIMIDITY::def_instr_name [256] = "" |
int | NS_TIMIDITY::AUDIO_BUFFER_SIZE |
sample_t * | NS_TIMIDITY::resample_buffer = 0 |
sint32 * | NS_TIMIDITY::common_buffer = 0 |
char | NS_TIMIDITY::timidity_error [1024] = "" |