mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
ctrl-click on nudge buttons only moves playhead
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2926 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
73cc81a2f5
commit
fd62d7aa3c
4 changed files with 42 additions and 16 deletions
|
|
@ -286,8 +286,8 @@ class Editor : public PublicEditor
|
|||
|
||||
/* nudge is initiated by transport controls owned by ARDOUR_UI */
|
||||
|
||||
void nudge_forward (bool next);
|
||||
void nudge_backward (bool next);
|
||||
void nudge_forward (bool next, bool force_playhead);
|
||||
void nudge_backward (bool next, bool force_playhead);
|
||||
|
||||
/* nudge initiated from context menu */
|
||||
|
||||
|
|
@ -1960,6 +1960,9 @@ class Editor : public PublicEditor
|
|||
AudioClock nudge_clock;
|
||||
|
||||
nframes_t get_nudge_distance (nframes_t pos, nframes_t& next);
|
||||
|
||||
bool nudge_forward_release (GdkEventButton*);
|
||||
bool nudge_backward_release (GdkEventButton*);
|
||||
|
||||
/* audio filters */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue