mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
MCU: give UF1 & UF8 seperate device configs
This commit is contained in:
parent
25d9c2b284
commit
2f3c700cd0
4 changed files with 3825 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ DeviceInfo::DeviceInfo()
|
|||
, _single_fader_follows_selection (false)
|
||||
, _device_type (MCU)
|
||||
#ifdef UF8
|
||||
, _name (X_("UF8/UF1"))
|
||||
, _name (X_("UF8"))
|
||||
#else
|
||||
, _name (X_("Mackie Control Universal Pro"))
|
||||
#endif
|
||||
|
|
|
|||
3805
share/icons/hicolor/index.theme
Normal file
3805
share/icons/hicolor/index.theme
Normal file
File diff suppressed because one or more lines are too long
17
share/mcp/ssl-uf1.device
Normal file
17
share/mcp/ssl-uf1.device
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MackieProtocolDevice>
|
||||
<Name value="UF1"/>
|
||||
<DeviceType value="MCU"/>
|
||||
<Strips value="8"/>
|
||||
<MasterFader value="yes"/>
|
||||
<TimecodeDisplay value="yes"/>
|
||||
<TwoCharacterDisplay value="yes"/>
|
||||
<Extenders value="0"/>
|
||||
<MasterPosition value="0"/>
|
||||
<GlobalControls value="yes"/>
|
||||
<JogWheel value="yes"/>
|
||||
<TouchSenseFaders value="yes"/>
|
||||
<HasSeparateMeters value="yes"/>
|
||||
<IsXTouch value="no"/>
|
||||
<NoHandShake value="yes"/>
|
||||
</MackieProtocolDevice>
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MackieProtocolDevice>
|
||||
<Name value="UF8/UF1"/>
|
||||
<Name value="UF8"/>
|
||||
<DeviceType value="MCU"/>
|
||||
<Strips value="8"/>
|
||||
<MasterFader value="yes"/>
|
||||
<MasterFader value="no"/>
|
||||
<TimecodeDisplay value="yes"/>
|
||||
<TwoCharacterDisplay value="yes"/>
|
||||
<Extenders value="0"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue