Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_drag.cc372 _editor->snap_to_with_modifier (pos, event); in adjusted_sample()
860 _editor->snap_to_with_modifier (sync_snap, event); in compute_x_delta()
4133 _editor->snap_to_with_modifier (where, event); in start_grab()
4183 _editor->snap_to_with_modifier (where, event); in motion()
4290 _editor->snap_to_with_modifier (pos, event); in motion()
4329 _editor->snap_to_with_modifier (pos, event); in finished()
4418 _editor->snap_to_with_modifier (pos, event); in motion()
4456 _editor->snap_to_with_modifier (pos, event); in finished()
5007 _editor->snap_to_with_modifier (cx_mf, event); in motion()
5470 _editor->snap_to_with_modifier (pf, event); in motion()
[all …]
H A Deditor_mouse.cc1719 snap_to_with_modifier (where, event, RoundNearest, SnapToGrid_Scaled); in button_release_handler()
1727 snap_to_with_modifier (where, event, RoundNearest, SnapToGrid_Scaled); in button_release_handler()
1734 snap_to_with_modifier (where, event); in button_release_handler()
2241 snap_to_with_modifier (where, event); in motion_handler()
H A Dpublic_editor.h493 virtual void snap_to_with_modifier (ARDOUR::MusicSample& first,
H A Dautomation_time_axis.cc771 _editor.snap_to_with_modifier (when, event); in add_automation_event()
H A Daudio_region_view.cc1380 trackview.editor ().snap_to_with_modifier (snap_pos, ev); in add_gain_point_event()
H A Deditor.h483 void snap_to_with_modifier (ARDOUR::MusicSample& first,
H A Deditor.cc2613 Editor::snap_to_with_modifier (MusicSample& start, GdkEvent const * event, RoundMode direction, Sna… in snap_to_with_modifier() function in Editor