Home
last modified time | relevance | path

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

/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h1134 #define NOTE_IS_VALID(n) ((n) > 0 && (n) < 97) macro
1349 if(NOTE_IS_VALID(s->note)) { in jar_xm_handle_note_and_instrument()
1475 if(NOTE_IS_VALID(ch->current->note) && ch->sample != NULL) { in jar_xm_handle_note_and_instrument()