Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-select.c137 ed->selection_maxamp = -1.0; in cp_set_selection_beg()
172 ed->selection_maxamp = -1.0; in cp_set_selection_len()
208 mus_float_t selection_maxamp(chan_info *cp) in selection_maxamp() function
230 selection_maxamp(cp); in selection_maxamp_position()
306 ed->selection_maxamp = -1.0; in reactivate_selection()
663 ed->selection_maxamp = -1.0; in update_possible_selection_in_progress()
1877 return(C_double_to_Xen_real(selection_maxamp(cp))); in g_selection_maxamp()
1890 cur_mx = selection_maxamp(si->cps[i]); in g_selection_maxamp()
H A Dpopup.rb557 str += format(" maxamp: %.3f", selection_maxamp)
H A Dsnd-1.h119 mus_float_t maxamp, selection_maxamp; member
1152 mus_float_t selection_maxamp(chan_info *cp);
H A Dsnd-edits.c2748 ed->selection_maxamp = -1.0; in make_ed_list()
2792 ed->selection_maxamp = val; in set_ed_selection_maxamp()
2800 return(ed->selection_maxamp); in ed_selection_maxamp()
H A Dsnd-sig.c524 val = selection_maxamp(ncp); in scale_to()
552 val = selection_maxamp(ncp); in scale_to()
H A Dsnd-test.rb7108 snd_test_neq(selection_maxamp(ind, 0), maxamp(ind), "selection_maxamp (1)")
7134 snd_test_neq(selection_maxamp(ind, 0), maxamp(ind), "selection_maxamp (2)")
26737 if fneq(res = selection_maxamp, 1.0)
26787 if fneq(res = selection_maxamp, 0.5)
26824 if fneq(res = selection_maxamp, 0.6)
26830 if fneq(res = selection_maxamp, 0.1)
26960 if fneq(res = selection_maxamp(ind, 0), 1.0)
26999 if fneq(res = selection_maxamp, 0.5)
H A Dsnd-motif.c21732 (selection_maxamp(cp) > selection_max)) in selection_info()
21733 selection_max = selection_maxamp(cp); in selection_info()