fix for #3977 - shift-tab and shift-ctrl-tab move to the next/previous note like tab, but leave existing selected note(s) selected

git-svn-id: svn://localhost/ardour2/branches/3.0@9838 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-07-11 13:17:01 +00:00
parent 58a700e968
commit 07b584f312
2 changed files with 30 additions and 22 deletions

View file

@ -258,8 +258,8 @@ public:
/** Convert a timestamp in frames to beats (both relative to region start) */
double frames_to_beats(framepos_t) const;
void goto_previous_note ();
void goto_next_note ();
void goto_previous_note (bool add_to_selection);
void goto_next_note (bool add_to_selection);
void change_note_lengths (bool, bool, Evoral::MusicalTime beats, bool start, bool end);
void change_velocities (bool up, bool fine, bool allow_smush);
void transpose (bool up, bool fine, bool allow_smush);