#include <string>
#include <vector>
#include <map>
#include <sigc++/signal.h>
#include <ytkmm/stock.h>
#include <ytkmm/box.h>
#include <ytkmm/button.h>
#include <ytkmm/checkbutton.h>
#include <ytkmm/comboboxtext.h>
#include <ytkmm/dialog.h>
#include <ytkmm/entry.h>
#include <ytkmm/filechooserwidget.h>
#include <ytkmm/frame.h>
#include <ytkmm/label.h>
#include <ytkmm/scale.h>
#include <ytkmm/textview.h>
#include <ytkmm/table.h>
#include <ytkmm/liststore.h>
#include <ytkmm/spinbutton.h>
#include <ytkmm/notebook.h>
#include "ardour/audiofilesource.h"
#include "ardour/session_handle.h"
#include "ardour_window.h"
#include "editing.h"
#include "audio_clock.h"
#include "instrument_selector.h"
Go to the source code of this file.