summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-06 21:29:48 -0500
committerDavid Robillard <d@drobilla.net>2014-12-06 22:43:06 -0500
commit39da38dd6edf1f137abe1bcf6abe97c06fcc1782 (patch)
treeeae9450057f053a5c6eb619c9b11396594227eec /gtk2_ardour/midi_region_view.h
parente1e2b919c3ee07d8dc825b268177e6900a9120bb (diff)
Nudge notes by 1 bar if secondary modifier active.
Similar to how transpose moves an octave if the same modifier is active.
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index e2672929cc..56fcbbdde8 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -288,7 +288,7 @@ public:
void change_note_lengths (bool, bool, Evoral::MusicalTime beats, bool start, bool end);
void change_velocities (bool up, bool fine, bool allow_smush, bool all_together);
void transpose (bool up, bool fine, bool allow_smush);
- void nudge_notes (bool forward);
+ void nudge_notes (bool forward, bool fine);
void channel_edit ();
void velocity_edit ();