mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
set up core stuff for velocity display option
This commit is contained in:
parent
b6711383f3
commit
20328f2929
2 changed files with 3 additions and 1 deletions
|
|
@ -1489,6 +1489,8 @@ Editor::parameter_changed (std::string p)
|
|||
tact->set_active (s);
|
||||
}
|
||||
}
|
||||
} else if (p == "velocity-display") {
|
||||
_track_canvas->request_redraw (_track_canvas->visible_area());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue