Home
last modified time | relevance | path

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

/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h406 uint8_t global_volume_slide_param; member
1544 if(s->effect_param > 0) { ch->global_volume_slide_param = s->effect_param; } in jar_xm_handle_note_and_instrument()
1891 …if((ch->global_volume_slide_param & 0xF0) && (ch->global_volume_slide_param & 0x0F)) { break; }; /… in jar_xm_tick()
1892 if(ch->global_volume_slide_param & 0xF0) { /* Global slide up */ in jar_xm_tick()
1893 float f = (float)(ch->global_volume_slide_param >> 4) / (float)0x40; in jar_xm_tick()
1897 float f = (float)(ch->global_volume_slide_param & 0x0F) / (float)0x40; in jar_xm_tick()