mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove shift-fader-touch as a way to reset gain to default
This commit is contained in:
parent
746d5c6624
commit
c2bf0fc94e
2 changed files with 4 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue