mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Migrate PC dialog to RouteUI, midnam handing to RTAV.
This allows to to bring up the PC dialog from Editor/Editor-Mixer & Mixer for both MIDI Tracks as well as MIDI Busses.
This commit is contained in:
parent
9e2251a619
commit
b5e1eb7538
7 changed files with 100 additions and 62 deletions
|
|
@ -176,7 +176,7 @@ protected:
|
|||
|
||||
bool route_group_click (GdkEventButton *);
|
||||
|
||||
void processors_changed (ARDOUR::RouteProcessorChange);
|
||||
virtual void processors_changed (ARDOUR::RouteProcessorChange);
|
||||
|
||||
virtual void add_processor_to_subplugin_menu (boost::weak_ptr<ARDOUR::Processor>);
|
||||
void remove_processor_automation_node (ProcessorAutomationNode* pan);
|
||||
|
|
@ -306,6 +306,10 @@ private:
|
|||
void update_playlist_tip ();
|
||||
void parameter_changed (std::string const & p);
|
||||
void update_track_number_visibility();
|
||||
|
||||
void drop_instrument_ref ();
|
||||
void reread_midnam ();
|
||||
PBD::ScopedConnectionList midnam_connection;
|
||||
};
|
||||
|
||||
#endif /* __ardour_route_time_axis_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue