summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-03-12 17:04:13 +0100
committerRobin Gareus <robin@gareus.org>2019-03-12 17:04:13 +0100
commit706f56cc52b089fe305ac9fe3a51f78143e243ec (patch)
tree49c66db33f3ee2b9c1829043ea4439d0d9d4c785 /gtk2_ardour/mixer_ui.h
parente8284def1f3128acf15296e9d81ef1f13a5f84ca (diff)
Snap to VCA strips in the mixer when scrolling
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index 8f34b7fc0c..6fab6856f0 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -190,6 +190,7 @@ private:
MixerGroupTabs* _group_tabs;
bool on_scroll_event (GdkEventScroll*);
+ bool on_vca_scroll_event (GdkEventScroll*);
std::list<MixerStrip *> strips;
@@ -198,6 +199,8 @@ private:
bool masters_scroller_button_release (GdkEventButton*);
void scroll_left ();
void scroll_right ();
+ void vca_scroll_left ();
+ void vca_scroll_right ();
void toggle_midi_input_active (bool flip_others);
void move_stripable_into_view (boost::shared_ptr<ARDOUR::Stripable>);