mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
** requires svn jack ** Hardware monitoring should work, some canvas scrolling speed improvement, don't disconcertingly churn the disk if jack auto-start fails, mixer visibility state is saved per session, slow down meters a bit (too much?), zoom cleanups, remove some unused variables, use rwlock for tempo state for no reason other than that it might be useful one day, fix compiler warning.
git-svn-id: svn://localhost/ardour2/trunk@873 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6535cd1b1d
commit
a61f25dfe9
26 changed files with 296 additions and 266 deletions
|
|
@ -101,14 +101,14 @@ protected:
|
|||
Gtk::HBox * input_port_limit_hbox;
|
||||
Gtk::VBox * input_port_vbox;
|
||||
Gtk::Table * input_table;
|
||||
Gtk::Alignment * input_port_alignment;
|
||||
|
||||
Gtk::Label * input_label;
|
||||
Gtk::Frame * input_frame;
|
||||
Gtk::HBox * output_port_limit_hbox;
|
||||
Gtk::VBox * output_port_vbox;
|
||||
Gtk::VBox * output_conn_vbox;
|
||||
Gtk::VBox * output_vbox;
|
||||
Gtk::Alignment * output_port_alignment;
|
||||
|
||||
Gtk::Label * output_label;
|
||||
Gtk::Frame * output_frame;
|
||||
Gtk::VBox * advanced_vbox;
|
||||
|
|
@ -117,7 +117,7 @@ protected:
|
|||
Gtk::Table * new_session_table;
|
||||
Gtk::HBox * open_session_hbox;
|
||||
Gtk::ScrolledWindow * recent_scrolledwindow;
|
||||
Gtk::Alignment * recent_alignment;
|
||||
|
||||
Gtk::Label * recent_sesion_label;
|
||||
Gtk::Frame * recent_frame;
|
||||
Gtk::VBox * open_session_vbox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue