Home
last modified time | relevance | path

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

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_sequencer_settings.h132 void scroll_playhead(float value);
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dgx_sequencer_settings.cpp530 void SEQWindow::scroll_playhead(float value) { in scroll_playhead() function in gx_seq::SEQWindow
559 scroll_playhead(value); in get_sequencer_pos()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_actions.cc339 …rward", _("Playhead Forward"), sigc::bind (sigc::mem_fun(*this, &Editor::scroll_playhead), true));; in register_actions()
340 …ward", _("Playhead Backward"), sigc::bind (sigc::mem_fun(*this, &Editor::scroll_playhead), false)); in register_actions()
H A Deditor.h1482 void scroll_playhead (bool forward);
H A Deditor_ops.cc1318 Editor::scroll_playhead (bool forward) in scroll_playhead() function in Editor