mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix meter-strip session/route-ui events
This commit is contained in:
parent
a7c559fd63
commit
e1d327c5ed
2 changed files with 7 additions and 6 deletions
|
|
@ -74,7 +74,7 @@ class MeterStrip : public Gtk::VBox, public RouteUI
|
|||
|
||||
protected:
|
||||
boost::shared_ptr<ARDOUR::Route> _route;
|
||||
PBD::ScopedConnectionList route_connections;
|
||||
PBD::ScopedConnectionList meter_route_connections;
|
||||
PBD::ScopedConnectionList level_meter_connection;
|
||||
void self_delete ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue