mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Various optimisations to speed up rec-enable.
git-svn-id: svn://localhost/ardour2/branches/3.0@6227 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4497db3f1a
commit
fddc11f556
18 changed files with 107 additions and 25 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include <gtkmm/notebook.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include "ardour/bundle.h"
|
||||
#include "ardour/types.h"
|
||||
#include "port_group.h"
|
||||
#include "port_matrix_types.h"
|
||||
#include "i18n.h"
|
||||
|
|
@ -178,6 +179,7 @@ private:
|
|||
void remove_notebook_pages (Gtk::Notebook &);
|
||||
void v_page_selected (GtkNotebookPage *, guint);
|
||||
void h_page_selected (GtkNotebookPage *, guint);
|
||||
void route_processors_changed (ARDOUR::RouteProcessorChange);
|
||||
|
||||
Gtk::Window* _parent;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue