Home
last modified time | relevance | path

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

/dports/audio/din/din-52/src/
H A Dcurve_picker.cc70 n = CRVED->hitlist.size (); in show()
75 hit_t::name_only = (CRVED->todo == curve_editor::PICK_CURVE); in show()
78 hit_t& hi = CRVED->hitlist[i]; in show()
102 if (&b == &comps || &b == &pick) CRVED->picked_using_picker (id); in clicked()
H A Dmenu.cc2596 uis.widgets_of[CRVED].push_back (&CRVED->capturer); in toggle()
2597 uis.widgets_of[CRVED].push_back (&CRVED->pomo); in toggle()
2599 if (CRVED->fft_enabled) uis.widgets_of[CRVED].push_back (&fft0); in toggle()
2858 CRVED->carry_tangents = !CRVED->carry_tangents; in picked()
2861 CRVED->mirror_tangents = !CRVED->mirror_tangents; in picked()
2923 CRVED->axis += dir; in picked()
3454 CRVED->do_undo (); in clicked()
3459 CRVED->do_redo (); in clicked()
3487 CRVED->swap (); in clicked()
3506 CRVED->set_rpm (0); in clicked()
[all …]
H A Dui.cc451 CRVED = &keybd2.waved; in clicked()
453 CRVED->win.calc (); in clicked()
454 CRVED->load_curve (-1); in clicked()
456 CRVED->win.calc (); in clicked()
457 CRVED->load_curve (+1); in clicked()
H A Dcurve_editor.h349 #define CRVED uis.crved macro
H A Deval.cc1076 CRVED->set_curve_style (); in apply()