|
ReactOS 0.4.17-dev-934-g091855f
|
#include <soundfont.h>

Public Attributes | |
| UINT | preset_count |
| struct sf_preset * | phdr |
| struct sf_bag * | pbag |
| struct sf_mod * | pmod |
| struct sf_gen * | pgen |
| UINT | instrument_count |
| struct sf_instrument * | inst |
| struct sf_bag * | ibag |
| struct sf_mod * | imod |
| struct sf_gen * | igen |
| UINT | sample_count |
| struct sf_sample * | shdr |
| BYTE * | sdta |
Definition at line 306 of file soundfont.h.
Definition at line 316 of file soundfont.h.
Referenced by parse_pdta_list(), parse_sfbk_chunk(), and parse_soundfont_generators().
Definition at line 318 of file soundfont.h.
Referenced by parse_pdta_list(), parse_sfbk_chunk(), and parse_soundfont_generators().
Definition at line 317 of file soundfont.h.
Referenced by parse_pdta_list(), and parse_sfbk_chunk().
| struct sf_instrument* soundfont::inst |
Definition at line 315 of file soundfont.h.
Referenced by instrument_add_soundfont_instrument(), parse_pdta_list(), and parse_sfbk_chunk().
| UINT soundfont::instrument_count |
Definition at line 314 of file soundfont.h.
Referenced by parse_pdta_list(), and parse_sfbk_chunk().
Definition at line 310 of file soundfont.h.
Referenced by parse_pdta_list(), parse_sfbk_chunk(), and parse_soundfont_generators().
Definition at line 312 of file soundfont.h.
Referenced by parse_pdta_list(), parse_sfbk_chunk(), and parse_soundfont_generators().
Definition at line 309 of file soundfont.h.
Referenced by instrument_create_from_soundfont(), parse_pdta_list(), and parse_sfbk_chunk().
Definition at line 311 of file soundfont.h.
Referenced by parse_pdta_list(), and parse_sfbk_chunk().
| UINT soundfont::preset_count |
Definition at line 308 of file soundfont.h.
Referenced by parse_pdta_list(), and parse_sfbk_chunk().
| UINT soundfont::sample_count |
Definition at line 320 of file soundfont.h.
Referenced by parse_pdta_list(), and parse_sfbk_chunk().
| BYTE* soundfont::sdta |
Definition at line 322 of file soundfont.h.
Referenced by parse_sdta_list(), parse_sfbk_chunk(), and wave_create_from_soundfont().
Definition at line 321 of file soundfont.h.
Referenced by instrument_add_soundfont_region(), parse_pdta_list(), parse_sfbk_chunk(), and wave_create_from_soundfont().