|
libfluidsynth
1.1.11
|
SoundFont loader structure. More...
Data Fields | |
| void * | data |
| User defined data pointer used by _fluid_sfloader_t::load() | |
| int(* | free )(fluid_sfloader_t *loader) |
| The free method should free the memory allocated for the loader in addition to any private data. More... | |
| fluid_sfont_t *(* | load )(fluid_sfloader_t *loader, const char *filename) |
| Method to load an instrument file (does not actually need to be a real file name, could be another type of string identifier that the loader understands). More... | |
SoundFont loader structure.
| int(* _fluid_sfloader_t::free) (fluid_sfloader_t *loader) |
The free method should free the memory allocated for the loader in addition to any private data.
| loader | SoundFont loader |
| fluid_sfont_t*(* _fluid_sfloader_t::load) (fluid_sfloader_t *loader, const char *filename) |
Method to load an instrument file (does not actually need to be a real file name, could be another type of string identifier that the loader understands).
| loader | SoundFont loader |
| filename | File name or other string identifier |
1.8.13