mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
LCXL: fix typos in function names
This commit is contained in:
parent
5e67630b23
commit
c2b4f19612
2 changed files with 4 additions and 4 deletions
|
|
@ -283,7 +283,7 @@ LaunchControlXL::track_button_by_range(uint8_t n, uint8_t first, uint8_t middle)
|
|||
void
|
||||
LaunchControlXL::update_track_focus_led(uint8_t n)
|
||||
{
|
||||
TrackButton* b = focus_button_by_collumn(n);
|
||||
TrackButton* b = focus_button_by_column(n);
|
||||
|
||||
if (!b) {
|
||||
return;
|
||||
|
|
@ -351,7 +351,7 @@ LaunchControlXL::get_ac_by_state(uint8_t n) {
|
|||
void
|
||||
LaunchControlXL::update_track_control_led(uint8_t n)
|
||||
{
|
||||
TrackButton* b = control_button_by_collumn(n);
|
||||
TrackButton* b = control_button_by_column(n);
|
||||
|
||||
if (!b) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue