2,051
edits
m (→Amiga Sound (SCI1)/Macintosh Sound (SCI1/1.1): offsets in the sample data header are unsigned) |
|||
Line 346: | Line 346: | ||
*[00]..[07] Sample name | *[00]..[07] Sample name | ||
*[08][09] (int16) 0 = unsigned samples, <>0 = signed samples | *[08][09] (int16) 0 = unsigned samples, <>0 = signed samples | ||
*[0a][0b] ( | *[0a][0b] (uint16) Start offset of phase 1 | ||
*[0c][0d] ( | *[0c][0d] (uint16) End offset (inclusive) of phase 1 | ||
*[0e][0f] ( | *[0e][0f] (uint16) Start offset of phase 2 | ||
*[10][11] ( | *[10][11] (uint16) End offset (inclusive) of phase 2 | ||
*[12][13] (int16) Native MIDI note for this sample | *[12][13] (int16) Native MIDI note for this sample | ||
*[14][17] (uint32) Pointer to period table | *[14][17] (uint32) Pointer to period table |
edits