summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-09 15:42:48 +0200
committerRobin Gareus <robin@gareus.org>2016-04-09 15:45:30 +0200
commite25dce8849719f382a84fb82c7fd657465f1b2a1 (patch)
tree4a9a9626d54cc6c8171483c91a688e9dd24d3ace /gtk2_ardour/public_editor.h
parentac7765bcebff8e21d9948873277c34cbf60501ba (diff)
and a few more Editor 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 1c997b53fa..6c2e5c6f0a 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -212,6 +212,8 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
virtual void set_show_measures (bool yn) = 0;
virtual bool show_measures () const = 0;
virtual void remove_tracks () = 0;
+ virtual void set_loop_range (framepos_t start, framepos_t end, std::string cmd) = 0;
+ virtual void set_punch_range (framepos_t start, framepos_t end, std::string cmd) = 0;
virtual Editing::MouseMode effective_mouse_mode () const = 0;