remove shift-fader-touch as a way to reset gain to default

This commit is contained in:
Paul Davis 2016-01-18 11:58:49 -05:00
parent 746d5c6624
commit c2bf0fc94e
2 changed files with 4 additions and 19 deletions

View file

@ -529,14 +529,6 @@ Surface::handle_midi_pitchbend_message (MIDI::Parser&, MIDI::pitchbend_t pb, uin
turn_it_on ();
}
if (_mcp.main_modifier_state() & MackieControlProtocol::MODIFIER_SHIFT) {
/* user is doing a reset to unity gain but device sends a PB
* message in the middle of the touch on/off messages. Ignore
* it.
*/
return;
}
Fader* fader = faders[fader_id];
if (fader) {