mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
catch changes in click status and alter LED appropriately
This commit is contained in:
parent
a4fced6d63
commit
5c63ed589c
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ void MackieControlProtocol::notify_parameter_changed (std::string const & p)
|
||||||
// no such button right now
|
// no such button right now
|
||||||
// update_global_button (Button::PunchOut, session->config.get_punch_out());
|
// update_global_button (Button::PunchOut, session->config.get_punch_out());
|
||||||
} else if (p == "clicking") {
|
} else if (p == "clicking") {
|
||||||
// update_global_button (Button::RelayClick, Config->get_clicking());
|
update_global_button (Button::Click, Config->get_clicking());
|
||||||
} else {
|
} else {
|
||||||
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("parameter changed: %1\n", p));
|
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("parameter changed: %1\n", p));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue