![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
| int | bpm |
| int | chn |
| int | gvl |
| int | ins |
| int | len |
| char | name [XMP_NAME_SIZE] |
| int | pat |
| int | rst |
| int | smp |
| int | spd |
| int | trk |
| char | type [XMP_NAME_SIZE] |
| struct xmp_channel | xxc [64] |
| struct xmp_instrument * | xxi |
| unsigned char | xxo [XMP_MAX_MOD_LENGTH] |
| struct xmp_pattern ** | xxp |
| struct xmp_sample * | xxs |
| struct xmp_track ** | xxt |
| int xmp_module::bpm |
Definition at line 168 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| int xmp_module::chn |
Definition at line 164 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| int xmp_module::gvl |
Definition at line 171 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| int xmp_module::ins |
Definition at line 165 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| int xmp_module::len |
Definition at line 169 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| char xmp_module::name[XMP_NAME_SIZE] |
Definition at line 160 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| int xmp_module::pat |
Definition at line 162 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| int xmp_module::rst |
Definition at line 170 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| int xmp_module::smp |
Definition at line 166 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| int xmp_module::spd |
Definition at line 167 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| char xmp_module::type[XMP_NAME_SIZE] |
Definition at line 161 of file snd_xmp.c.
Referenced by XMP_LoadModFile().
| struct xmp_channel xmp_module::xxc[64] |
| unsigned char xmp_module::xxo[XMP_MAX_MOD_LENGTH] |