#include "gtk2ardour-config.h"
#include <vector>
#include <map>
#include <list>
#include <sigc++/signal.h>
#include <ytkmm/adjustment.h>
#include <ytkmm/box.h>
#include <ytkmm/button.h>
#include <ytkmm/eventbox.h>
#include <ytkmm/expander.h>
#include <ytkmm/filechooserbutton.h>
#include <ytkmm/image.h>
#include <ytkmm/label.h>
#include <ytkmm/menu.h>
#include <ytkmm/scrolledwindow.h>
#include <ytkmm/socket.h>
#include <ytkmm/togglebutton.h>
#include <ytkmm/viewport.h>
#include "ardour/types.h"
#include "ardour/plugin.h"
#include "ardour/variant.h"
#include "widgets/ardour_button.h"
#include "widgets/ardour_dropdown.h"
#include "widgets/ardour_spinner.h"
#include "ardour_window.h"
#include "automation_controller.h"
#include "pianokeyboard.h"
Go to the source code of this file.