mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
partial patch/partial by-hand merge of 2.X commits 3169&3170 to 3.X codebase
git-svn-id: svn://localhost/ardour2/branches/3.0@4300 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a9bb336fc4
commit
3be16e8afb
35 changed files with 1399 additions and 932 deletions
|
|
@ -68,10 +68,10 @@ namespace ARDOUR {
|
|||
class ProcessorBox : public Gtk::HBox, public PluginInterestedObject
|
||||
{
|
||||
public:
|
||||
ProcessorBox (ARDOUR::Placement, ARDOUR::Session&,
|
||||
boost::shared_ptr<ARDOUR::Route>, PluginSelector &, RouteRedirectSelection &, bool owner_is_mixer = false);
|
||||
ProcessorBox (ARDOUR::Placement, ARDOUR::Session&, PluginSelector &, RouteRedirectSelection &, bool owner_is_mixer = false);
|
||||
~ProcessorBox ();
|
||||
|
||||
void set_route (boost::shared_ptr<ARDOUR::Route>);
|
||||
void set_width (Width);
|
||||
|
||||
void update();
|
||||
|
|
@ -87,14 +87,12 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject
|
|||
|
||||
static void register_actions();
|
||||
|
||||
protected:
|
||||
void set_stuff_from_route ();
|
||||
|
||||
private:
|
||||
boost::shared_ptr<ARDOUR::Route> _route;
|
||||
ARDOUR::Session & _session;
|
||||
bool _owner_is_mixer;
|
||||
bool ab_direction;
|
||||
std::vector<sigc::connection> connections;
|
||||
|
||||
ARDOUR::Placement _placement;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue