DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
xmp_module Struct Reference
+ Collaboration diagram for xmp_module:

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
 

Detailed Description

Definition at line 159 of file snd_xmp.c.

Field Documentation

◆ bpm

int xmp_module::bpm

Definition at line 168 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ chn

int xmp_module::chn

Definition at line 164 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ gvl

int xmp_module::gvl

Definition at line 171 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ ins

int xmp_module::ins

Definition at line 165 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ len

int xmp_module::len

Definition at line 169 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ name

char xmp_module::name[XMP_NAME_SIZE]

Definition at line 160 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ pat

int xmp_module::pat

Definition at line 162 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ rst

int xmp_module::rst

Definition at line 170 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ smp

int xmp_module::smp

Definition at line 166 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ spd

int xmp_module::spd

Definition at line 167 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ trk

int xmp_module::trk

Definition at line 163 of file snd_xmp.c.

◆ type

char xmp_module::type[XMP_NAME_SIZE]

Definition at line 161 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ xxc

struct xmp_channel xmp_module::xxc[64]

Definition at line 177 of file snd_xmp.c.

◆ xxi

struct xmp_instrument* xmp_module::xxi

Definition at line 175 of file snd_xmp.c.

◆ xxo

unsigned char xmp_module::xxo[XMP_MAX_MOD_LENGTH]

Definition at line 178 of file snd_xmp.c.

◆ xxp

struct xmp_pattern** xmp_module::xxp

Definition at line 173 of file snd_xmp.c.

◆ xxs

struct xmp_sample* xmp_module::xxs

Definition at line 176 of file snd_xmp.c.

◆ xxt

struct xmp_track** xmp_module::xxt

Definition at line 174 of file snd_xmp.c.


The documentation for this struct was generated from the following file: