summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-19 20:08:01 +0200
committerRobin Gareus <robin@gareus.org>2017-07-19 22:15:22 +0200
commit9a70e72f3d404d70d5499eaa86b4d1a94ce43223 (patch)
tree132fc1ee03fc42616be894b7e623091d67b3964a /gtk2_ardour/public_editor.h
parent1decc225c9bcc8dfd09fcff5df66a04b1606a1d1 (diff)
Expose editor-vertical zoom lua bindings
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 183ae1cc8d..37bf6b89b5 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -323,6 +323,8 @@ public:
virtual void reset_x_origin (framepos_t frame) = 0;
virtual double get_y_origin () const = 0;
virtual void reset_y_origin (double pos) = 0;
+ virtual void set_visible_track_count (int32_t) = 0;
+ virtual void fit_selection () = 0;
virtual void remove_last_capture () = 0;
virtual void maximise_editing_space () = 0;
virtual void restore_editing_space () = 0;