112
edits
Changes
From Final Fantasy Inside
m
no edit summary
{
uint8_t instrument; // corresponding to opcode 0xA1
uint8_t note_numberkey; // note number when playing the drum note
uint16_t volume; // corresponding to opcode 0xA8 (lower 8bit is a fractional part of the volume)
uint8_t pan; // corresponding to opcode 0xAA
}