Searched refs:effect_param_h (Results 1 – 1 of 1) sorted by relevance
489 muchar effect_param,effect_param_l,effect_param_h; in worknote() local499 effect_param_h = effect_param >> 4; in worknote()519 …fect_op != EFFECT_EXTENDED || effect_param_h != EFFECT_E_NOTE_DELAY ) || ( ( effect_op == EFFECT_E… in worknote()615 mod->effects_event_counts[ 0x10 + effect_param_h ]++; in worknote()726 if( effect_param_h != 0 ) // Speed continue or change ? in worknote()727 cptr->vibraparam = ( cptr->vibraparam & 0x0F ) | ( effect_param_h << 4 ); in worknote()778 cptr->samppos = ( ( ((muint)effect_param_h) << 12) + ( (((muint)effect_param_l) << 8) ) ) << 10; in worknote()842 mod->patternpos = ( ((muint)(effect_param_h) * 10) + effect_param_l ); in worknote()860 switch( effect_param_h ) in worknote()