Source position: mm_types.inc line 209
type tmm_voice = record |
source: mm_addr; |
length: mm_word; |
loop_start: mm_hword; |
timer: mm_hword; |
flags: mm_byte; |
format: mm_byte; |
rept: mm_byte; |
volume: mm_byte; |
divider: mm_byte; |
panning: mm_byte; |
index: mm_byte; |
reserved: array [0..0] of mm_byte; |
end; |