Functions | |
| int | snd_instr_fm_free (snd_instr_fm_t *fm) |
| Free the FM instrument handle. | |
| int | snd_instr_fm_convert_to_stream (snd_instr_fm_t *fm, const char *name, snd_instr_header_t **__data, size_t *__size) |
| Convert the FM instrument to byte stream. | |
| int | snd_instr_fm_convert_from_stream (snd_instr_header_t *__data, size_t size, snd_instr_fm_t **simple) |
| Convert the byte stream to FM instrument. | |
| int snd_instr_fm_convert_from_stream | ( | snd_instr_header_t * | __data, | |
| size_t | size, | |||
| snd_instr_fm_t ** | simple | |||
| ) |
Convert the byte stream to FM instrument.
| __data | Input - byte stream containing FM instrument definition | |
| size | Input - size of byte stream | |
| simple | Result - allocated FM instrument handle |
| int snd_instr_fm_convert_to_stream | ( | snd_instr_fm_t * | fm, | |
| const char * | name, | |||
| snd_instr_header_t ** | __data, | |||
| size_t * | __size | |||
| ) |
Convert the FM instrument to byte stream.
| fm | FM instrument handle | |
| name | FM instrument name | |
| __data | Result - allocated byte stream | |
| __size | Result - size of allocated byte stream |
| int snd_instr_fm_free | ( | snd_instr_fm_t * | fm | ) |
Free the FM instrument handle.
| fm | FM instrument handle |
1.5.0