#include <list>
#include <memory>
#include <vector>
#include <ytkmm/alignment.h>
#include <ytkmm/box.h>
#include <ytkmm/scrolledwindow.h>
#include <ytkmm/sizegroup.h>
#include <ytkmm/table.h>
#include "pbd/natsort.h"
#include "ardour/session_handle.h"
#include "ardour/circular_buffer.h"
#include "ardour/types.h"
#include "gtkmm2ext/bindings.h"
#include "gtkmm2ext/cairo_widget.h"
#include "widgets/ardour_button.h"
#include "widgets/ardour_spacer.h"
#include "widgets/frame.h"
#include "widgets/pane.h"
#include "widgets/tabbable.h"
#include "application_bar.h"
#include "input_port_monitor.h"
#include "rec_info_box.h"
#include "shuttle_control.h"
Go to the source code of this file.