mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
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.)
13 lines
517 B
XML
13 lines
517 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<US2400DeviceProfile>
|
|
<Name value="Default US-2400"/>
|
|
<Buttons>
|
|
<Button name="F1" plain="Common/show-mixer"/>
|
|
<Button name="F2" plain="Common/show-editor"/>
|
|
<Button name="F3" plain="Common/toggle-meterbridge"/>
|
|
<Button name="F4" plain="Window/toggle-big-clock"/>
|
|
<Button name="F5" plain="Editor/show-editor-list"/>
|
|
<Button name="F6" plain="Mixer/ToggleMixerList"/>
|
|
<Button name="Play" shift="Transport/Loop"/>
|
|
</Buttons>
|
|
</US2400DeviceProfile>
|