#include <time.h>
#include <sys/time.h>
#include <list>
#include <cmath>
#include "pbd/xml++.h"
#include <ytkmm/box.h>
#include <ytkmm/frame.h>
#include <ytkmm/label.h>
#include <ytkmm/table.h>
#include <ytkmm/fixed.h>
#include <ytkmm/drawingarea.h>
#include <ytkmm/eventbox.h>
#include <ytkmm/menu.h>
#include <ytkmm/menuitem.h>
#include <ytkmm/messagedialog.h>
#include <ytkmm/notebook.h>
#include <ytkmm/button.h>
#include <ytkmm/togglebutton.h>
#include <ytkmm/sizegroup.h>
#include <ytkmm/treeview.h>
#include <ytkmm/menubar.h>
#include <ytkmm/textbuffer.h>
#include <ytkmm/adjustment.h>
#include "gtkmm2ext/gtk_ui.h"
#include "gtkmm2ext/bindings.h"
#include "gtkmm2ext/visibility_tracker.h"
#include "ardour/ardour.h"
#include "ardour/types.h"
#include "ardour/utils.h"
#include "ardour/plugin.h"
#include "ardour/session_handle.h"
#include "ardour/system_exec.h"
#include "video_timeline.h"
#include "widgets/ardour_button.h"
#include "widgets/ardour_dropdown.h"
#include "widgets/ardour_spacer.h"
#include "add_route_dialog.h"
#include "ardour_dialog.h"
#include "ardour_window.h"
#include "editing.h"
#include "enums.h"
#include "shuttle_control.h"
#include "startup_fsm.h"
#include "transport_control.h"
#include "transport_control_ui.h"
#include "visibility_group.h"
#include "window_manager.h"
Go to the source code of this file.
◆ _BSD_SOURCE
◆ MAX_LUA_ACTION_SCRIPTS
#define MAX_LUA_ACTION_SCRIPTS 32 |