mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Mackie Control: remove Shift/select zeros fader.
This commit is contained in:
parent
abb151b8b0
commit
a7775559c1
1 changed files with 0 additions and 9 deletions
|
|
@ -680,15 +680,6 @@ Strip::select_event (Button&, ButtonState bs)
|
|||
return;
|
||||
}
|
||||
|
||||
if (ms & MackieControlProtocol::MODIFIER_SHIFT) {
|
||||
/* reset to default */
|
||||
boost::shared_ptr<AutomationControl> ac = _fader->control ();
|
||||
if (ac) {
|
||||
ac->set_value (ac->normal(), Controllable::NoGroup);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::MackieControl, "add select button on press\n");
|
||||
_surface->mcp().add_down_select_button (_surface->number(), _index);
|
||||
_surface->mcp().select_range ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue