surface us2400: fix bad button configuration
Tests showed ControlSurfacesTest: Tascam US-2400 : [ERROR]: Unknown button ID "F7" : [ERROR]: Unknown button ID "F8" This is trying to mitigate it blindfolded. It doesn't seem like Tascam US-2400 has more than 6 buttons, so it seems like the profile has been incorrect since it was introduced in937efdb6. (But as pointed out ine6de7957, it seems like the profile often isn't installed and button assignment thus isn't used.)
This commit is contained in:
committed by
Paul Davis
parent
20258ecb4c
commit
121f80d459
@@ -8,8 +8,6 @@
|
||||
<Button name="F4" plain="Window/toggle-big-clock"/>
|
||||
<Button name="F5" plain="Editor/show-editor-list"/>
|
||||
<Button name="F6" plain="Mixer/ToggleMixerList"/>
|
||||
<Button name="F7" plain="Editor/show-editor-mixer"/>
|
||||
<Button name="F8" plain="Main/close-current-dialog"/>
|
||||
<Button name="Play" shift="Transport/Loop"/>
|
||||
</Buttons>
|
||||
</US2400DeviceProfile>
|
||||
|
||||
Reference in New Issue
Block a user