Home
last modified time | relevance | path

Searched refs:se_inc_note_length (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dstep_entry.h235 static void se_inc_note_length () { if (_instance) { _instance->inc_note_length (); } } in se_inc_note_length() function
H A Dstep_entry.cc626 …oup, "inc-note-length", _("Increase Note Length"), sigc::ptr_fun (&StepEntry::se_inc_note_length)); in register_actions()