Data Fields | |
void * | data |
unsigned int | id |
int(* | free )(fluid_sfont_t *sfont) |
The 'free' callback function should return 0 when it was able to free all resources. More... | |
char *(* | get_name )(fluid_sfont_t *sfont) |
fluid_preset_t *(* | get_preset )(fluid_sfont_t *sfont, unsigned int bank, unsigned int prenum) |
void(* | iteration_start )(fluid_sfont_t *sfont) |
int(* | iteration_next )(fluid_sfont_t *sfont, fluid_preset_t *preset) |
|
|
|
The 'free' callback function should return 0 when it was able to free all resources. It should return a non-zero value if some of the samples could not be freed because they are still in use. |
|
|
|
|
|
|
|
|
|
|