Searched refs:effect_param_l (Results 1 – 1 of 1) sorted by relevance
489 muchar effect_param,effect_param_l,effect_param_h; in worknote() local498 effect_param_l = effect_param & 0x0F; in worknote()519 … ( ( effect_op == EFFECT_EXTENDED && effect_param_h == EFFECT_E_NOTE_DELAY ) && !effect_param_l ) ) in worknote()538 cptr->note_delay = effect_param_l; in worknote()724 if( effect_param_l != 0 ) // Depth continue or change ? in worknote()725 cptr->vibraparam = ( cptr->vibraparam & 0xF0 ) | effect_param_l; 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()871 cptr->period -= effect_param_l; in worknote()884 cptr->period += effect_param_l; in worknote()[all …]