|
ReactOS 0.4.17-dev-934-g091855f
|
#include <soundfont.h>
Public Attributes | |
| char | name [20] |
| DWORD | start |
| DWORD | end |
| DWORD | start_loop |
| DWORD | end_loop |
| DWORD | sample_rate |
| BYTE | original_key |
| char | correction |
| WORD | sample_link |
| sf_sample_type | sample_type |
Definition at line 288 of file soundfont.h.
| char sf_sample::correction |
Definition at line 297 of file soundfont.h.
| DWORD sf_sample::end |
Definition at line 292 of file soundfont.h.
Referenced by wave_create_from_soundfont().
| DWORD sf_sample::end_loop |
Definition at line 294 of file soundfont.h.
Referenced by wave_create_from_soundfont().
| char sf_sample::name[20] |
Definition at line 290 of file soundfont.h.
| BYTE sf_sample::original_key |
Definition at line 296 of file soundfont.h.
| WORD sf_sample::sample_link |
Definition at line 298 of file soundfont.h.
Referenced by wave_create_from_soundfont().
| DWORD sf_sample::sample_rate |
Definition at line 295 of file soundfont.h.
Referenced by wave_create_from_soundfont().
| sf_sample_type sf_sample::sample_type |
Definition at line 299 of file soundfont.h.
| DWORD sf_sample::start |
Definition at line 291 of file soundfont.h.
Referenced by wave_create_from_soundfont().
| DWORD sf_sample::start_loop |
Definition at line 293 of file soundfont.h.
Referenced by wave_create_from_soundfont().