Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dundo.c875 if( rembef ) ud->before = at->at_mixgainP; in modify_tune_b()
876 at->at_mixgainP = new; in modify_tune_b()
1078 at->at_mixgainP = ((struct udat_tune_b *)un->un_data)->before; in undo()
1079 at->at_mixgain = (at->at_mixgainP*256)/100; in undo()
1577 at->at_mixgainP = ((struct udat_tune_b *)un->un_data)->after; in redo()
1578 at->at_mixgain = (at->at_mixgainP*256)/100; in redo()
H A Dreplay.h246 int32 at_mixgainP; member
H A Dreplay.c390 at->at_mixgainP = defgain[pref_defstereo]; in rp_clear_tune()
1183 tbf[14] = at->at_mixgainP; in rp_save_hvl()
1889 at->at_mixgainP = buf[14]; in rp_load_tune()
1890 at->at_mixgain = (at->at_mixgainP<<8)/100; in rp_load_tune()
H A Dgui.c1426 gui_check_nb( at, NB_MIXG, at->at_mixgainP ); in gui_set_various_things()
4278 to->at_mixgainP = from->at_mixgainP; in optimise()