mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix midi automation sliders
Allow controls to work without a list. see also34c1465andb469cd2
This commit is contained in:
parent
8d8717800d
commit
d34bd9e6a0
3 changed files with 14 additions and 9 deletions
|
|
@ -120,6 +120,7 @@ AutomationController::start_touch()
|
|||
void
|
||||
AutomationController::end_touch ()
|
||||
{
|
||||
if (!_controllable->alist()) return;
|
||||
if (_controllable->automation_state() == Touch) {
|
||||
|
||||
bool mark = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue