towards an Instrument Setup/Replace workflow

This commit is contained in:
Robin Gareus 2016-05-19 16:29:39 +02:00
parent 77f3518571
commit 6815dc7ead
6 changed files with 298 additions and 0 deletions

View file

@ -104,6 +104,8 @@ private:
void show_tracks_with_regions_at_playhead ();
void selection_changed ();
int plugin_setup (boost::shared_ptr<ARDOUR::Route>, boost::shared_ptr<ARDOUR::PluginInsert>, ARDOUR::Route::PluginSetupOptions);
void display_drag_data_received (
Glib::RefPtr<Gdk::DragContext> const &, gint, gint, Gtk::SelectionData const &, guint, guint
);