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 in 937efdb6.

(But as pointed out in e6de7957, it seems like the profile often isn't
installed and button assignment thus isn't used.)
This commit is contained in:
Mads Kiilerich 2022-06-11 20:06:52 +02:00 committed by Paul Davis
parent 20258ecb4c
commit 121f80d459
1 changed files with 0 additions and 2 deletions

View File

@ -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>