Data Fields | |
void * | data |
fluid_sfont_t * | sfont |
int(* | free )(fluid_preset_t *preset) |
char *(* | get_name )(fluid_preset_t *preset) |
int(* | get_banknum )(fluid_preset_t *preset) |
int(* | get_num )(fluid_preset_t *preset) |
int(* | noteon )(fluid_preset_t *preset, fluid_synth_t *synth, int chan, int key, int vel) |
handle a noteon event. More... | |
int(* | notify )(fluid_preset_t *preset, int reason, int chan) |
Implement this function if the preset needs to be notified about preset select and unselect events. More... |
|
|
|
|
|
|
|
|
|
|
|
handle a noteon event.
|
|
Implement this function if the preset needs to be notified about preset select and unselect events.
|
|
|