summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-06-12 02:46:13 +1000
committernick_m <mainsbridge@gmail.com>2016-06-12 02:46:13 +1000
commit24f64b3ea7386ace6d584503fe1397eb4f611dfe (patch)
treeac125d61129d2a005c6e02e5dfdb70dc74976359 /gtk2_ardour/editor.h
parente973e39f06c81fc301c8b059c5240cc17c6671ad (diff)
Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an audio basis for non-musical snap.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index ca46df0c1b..4fe892504f 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -330,6 +330,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
unsigned get_grid_beat_divisions(framepos_t position);
Evoral::Beats get_grid_type_as_beats (bool& success, framepos_t position);
+ unsigned get_grid_music_divisions (uint32_t event_state);
+
void nudge_forward (bool next, bool force_playhead);
void nudge_backward (bool next, bool force_playhead);