mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Added support for the original Contour Design ShuttlePRO
This commit is contained in:
parent
c822f0b370
commit
630a3d07d2
4 changed files with 15 additions and 3 deletions
|
|
@ -278,6 +278,11 @@ ContourDesignGUI::update_device_state ()
|
|||
{
|
||||
switch (_ccp.device_type ()) {
|
||||
case ContourDesignControlProtocol::ShuttlePRO:
|
||||
_device_state_lbl.set_markup ("<span weight=\"bold\" foreground=\"green\">Found ShuttlePRO</span>");
|
||||
XpressButtonsSensitive (true);
|
||||
ProButtonsSensitive (true);
|
||||
break;
|
||||
case ContourDesignControlProtocol::ShuttlePRO_v2:
|
||||
_device_state_lbl.set_markup ("<span weight=\"bold\" foreground=\"green\">Found ShuttlePRO v2</span>");
|
||||
XpressButtonsSensitive (true);
|
||||
ProButtonsSensitive (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue