|
LMMS
|
Macros | |
| #define | CHANVAL_OUT |
Typedefs | |
| typedef void(* | optype_fptr) (op_type *) |
Functions | |
| void | operator_advance (op_type *op_pt, Bit32s vib) |
| void | operator_advance_drums (op_type *op_pt1, Bit32s vib1, op_type *op_pt2, Bit32s vib2, op_type *op_pt3, Bit32s vib3) |
| void | operator_output (op_type *op_pt, Bit32s modulator, Bit32s trem) |
| void | operator_off (op_type *) |
| void | operator_sustain (op_type *op_pt) |
| void | operator_release (op_type *op_pt) |
| void | operator_decay (op_type *op_pt) |
| void | operator_attack (op_type *op_pt) |
| void | disable_operator (op_type *op_pt, Bit32u act_type) |
| static void OPL_INLINE | clipit16 (Bit32s ival, Bit16s *outval) |
| static void OPL_INLINE | clipit8 (Bit32s ival, Bit8s *outval) |
Variables | |
| static fltype | recipsamp |
| static Bit16s | wavtable [WAVEPREC *3] |
| static Bit32s | vib_table [VIBTAB_SIZE] |
| static Bit32s | trem_table [TREMTAB_SIZE *2] |
| static Bit32s | vibval_const [BLOCKBUF_SIZE] |
| static Bit32s | tremval_const [BLOCKBUF_SIZE] |
| static Bit32s | vibval_var1 [BLOCKBUF_SIZE] |
| static Bit32s | vibval_var2 [BLOCKBUF_SIZE] |
| static Bit32s * | vibval1 |
| static Bit32s * | vibval2 |
| static Bit32s * | vibval3 |
| static Bit32s * | vibval4 |
| static Bit32s * | tremval1 |
| static Bit32s * | tremval2 |
| static Bit32s * | tremval3 |
| static Bit32s * | tremval4 |
| static const fltype | kslmul [4] |
| static const fltype | frqmul_tab [16] |
| static fltype | frqmul [16] |
| static Bit8u | kslev [8][16] |
| static const Bit8u | modulatorbase [9] |
| static const Bit8u | regbase2modop [44] |
| static const Bit8u | regbase2op [44] |
| static Bit32u | waveform [8] |
| static Bit32u | wavemask [8] |
| static Bit32u | wavestart [8] |
| static fltype | attackconst [4] |
| static fltype | decrelconst [4] |
| optype_fptr | opfuncs [6] |
| #define CHANVAL_OUT |
|
static |
|
static |
| void operator_advance_drums | ( | op_type * | op_pt1, |
| Bit32s | vib1, | ||
| op_type * | op_pt2, | ||
| Bit32s | vib2, | ||
| op_type * | op_pt3, | ||
| Bit32s | vib3 ) |
|
static |
|
static |
|
static |
|
static |
| optype_fptr opfuncs[6] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |