Home
last modified time | relevance | path

Searched refs:sample_of_notes (Results 1 – 1 of 1) sorted by relevance

/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h327 uint8_t sample_of_notes[NUM_NOTES]; member
893 READ_MEMCPY(instr->sample_of_notes, offset + 33, NUM_NOTES); in jar_xm_load_module()
1359 if(instr->sample_of_notes[s->note - 1] < instr->num_samples) { in jar_xm_handle_note_and_instrument()
1366 ch->sample = instr->samples + instr->sample_of_notes[s->note - 1]; in jar_xm_handle_note_and_instrument()