|
ReactOS 0.4.17-dev-923-g4c9a150
|

Public Attributes | |
| struct list | entry |
| struct list | articulations |
| RGNHEADER | header |
| WAVELINK | wave_link |
| WSMPL | wave_sample |
| WLOOP | wave_loop |
| BOOL | loop_present |
Definition at line 50 of file instrument.c.
Definition at line 53 of file instrument.c.
Referenced by instrument_add_soundfont_region(), instrument_download_to_port(), parse_rgn_chunk(), and region_destroy().
Definition at line 52 of file instrument.c.
Referenced by instrument_add_soundfont_region(), instrument_Release(), and parse_rgn_chunk().
| RGNHEADER region::header |
Definition at line 54 of file instrument.c.
Referenced by instrument_add_soundfont_region(), instrument_create_from_chunk(), instrument_create_from_soundfont(), instrument_download_to_port(), and parse_rgn_chunk().
| BOOL region::loop_present |
Definition at line 58 of file instrument.c.
Referenced by instrument_add_soundfont_region().
| WAVELINK region::wave_link |
Definition at line 55 of file instrument.c.
Referenced by instrument_add_soundfont_region(), instrument_create_from_chunk(), instrument_create_from_soundfont(), instrument_download_to_port(), and parse_rgn_chunk().
| WLOOP region::wave_loop |
Definition at line 57 of file instrument.c.
Referenced by instrument_add_soundfont_region(), instrument_create_from_chunk(), instrument_create_from_soundfont(), instrument_download_to_port(), and parse_rgn_chunk().
| WSMPL region::wave_sample |
Definition at line 56 of file instrument.c.
Referenced by instrument_add_soundfont_region(), instrument_create_from_chunk(), instrument_create_from_soundfont(), instrument_download_to_port(), and parse_rgn_chunk().