mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
remove no-effect handling of route active-status change in Mackie Control code
This commit is contained in:
parent
4f76f26634
commit
0d9433aef6
2 changed files with 0 additions and 9 deletions
|
|
@ -225,8 +225,6 @@ Strip::set_stripable (boost::shared_ptr<Stripable> r, bool /*with_messages*/)
|
||||||
// TODO this works when a currently-banked stripable is made inactive, but not
|
// TODO this works when a currently-banked stripable is made inactive, but not
|
||||||
// when a stripable is activated which should be currently banked.
|
// when a stripable is activated which should be currently banked.
|
||||||
|
|
||||||
// XXX Stripable
|
|
||||||
// _stripable->active_changed.connect (stripable_connections, MISSING_INVALIDATOR, boost::bind (&Strip::notify_active_changed, this), ui_context());
|
|
||||||
_stripable->DropReferences.connect (stripable_connections, MISSING_INVALIDATOR, boost::bind (&Strip::notify_stripable_deleted, this), ui_context());
|
_stripable->DropReferences.connect (stripable_connections, MISSING_INVALIDATOR, boost::bind (&Strip::notify_stripable_deleted, this), ui_context());
|
||||||
|
|
||||||
/* setup legal VPot modes for this stripable */
|
/* setup legal VPot modes for this stripable */
|
||||||
|
|
@ -313,12 +311,6 @@ Strip::notify_record_enable_changed ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
Strip::notify_active_changed ()
|
|
||||||
{
|
|
||||||
_surface->mcp().refresh_current_bank();
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Strip::notify_stripable_deleted ()
|
Strip::notify_stripable_deleted ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ private:
|
||||||
void notify_property_changed (const PBD::PropertyChange&);
|
void notify_property_changed (const PBD::PropertyChange&);
|
||||||
void notify_panner_azi_changed (bool force_update = true);
|
void notify_panner_azi_changed (bool force_update = true);
|
||||||
void notify_panner_width_changed (bool force_update = true);
|
void notify_panner_width_changed (bool force_update = true);
|
||||||
void notify_active_changed ();
|
|
||||||
void notify_stripable_deleted ();
|
void notify_stripable_deleted ();
|
||||||
void notify_processor_changed (bool force_update = true);
|
void notify_processor_changed (bool force_update = true);
|
||||||
void update_automation ();
|
void update_automation ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue