mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
towards an Instrument Setup/Replace workflow
This commit is contained in:
parent
77f3518571
commit
6815dc7ead
6 changed files with 298 additions and 0 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue