|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dmusic_private.h>

Public Attributes | |
| RGNHEADER | header |
| WAVELINK | wave_link |
| WSMPL | wave_sample |
| WLOOP | wave_loop |
| BOOL | loop_present |
Definition at line 83 of file dmusic_private.h.
| RGNHEADER instrument_region::header |
Definition at line 84 of file dmusic_private.h.
Referenced by load_region(), and SynthPortImpl_IDirectMusicPort_DownloadInstrument().
| BOOL instrument_region::loop_present |
Definition at line 88 of file dmusic_private.h.
Referenced by load_region().
| WAVELINK instrument_region::wave_link |
Definition at line 85 of file dmusic_private.h.
Referenced by load_region(), and SynthPortImpl_IDirectMusicPort_DownloadInstrument().
| WLOOP instrument_region::wave_loop |
Definition at line 87 of file dmusic_private.h.
Referenced by load_region(), and SynthPortImpl_IDirectMusicPort_DownloadInstrument().
| WSMPL instrument_region::wave_sample |
Definition at line 86 of file dmusic_private.h.
Referenced by load_region(), and SynthPortImpl_IDirectMusicPort_DownloadInstrument().