mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
and a few more Editor lua bindings
This commit is contained in:
parent
ac7765bceb
commit
e25dce8849
2 changed files with 26 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue