doom3-gpl
Doom 3 GPL source release
|
#include <soundcard.h>
Public Attributes | |
char | name [30] |
int | device |
int | synth_type |
int | synth_subtype |
int | perc_mode |
int | nr_voices |
int | nr_drums |
int | instr_bank_size |
unsigned int | capabilities |
int | dummies [19] |
Definition at line 524 of file soundcard.h.
unsigned int synth_info::capabilities |
Definition at line 546 of file soundcard.h.
int synth_info::device |
Definition at line 527 of file soundcard.h.
int synth_info::dummies[19] |
Definition at line 550 of file soundcard.h.
int synth_info::instr_bank_size |
Definition at line 545 of file soundcard.h.
char synth_info::name[30] |
Definition at line 526 of file soundcard.h.
int synth_info::nr_drums |
Definition at line 544 of file soundcard.h.
int synth_info::nr_voices |
Definition at line 543 of file soundcard.h.
int synth_info::perc_mode |
Definition at line 542 of file soundcard.h.
int synth_info::synth_subtype |
Definition at line 533 of file soundcard.h.
int synth_info::synth_type |
Definition at line 528 of file soundcard.h.