mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
make solo button on faderport actually work
This commit is contained in:
parent
f5c5a9c72e
commit
7b9d3f94d4
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ FaderPort::solo ()
|
|||
return;
|
||||
}
|
||||
|
||||
_current_stripable->solo_control()->set_value (_current_stripable->solo_control()->soloed(), PBD::Controllable::UseGroup);
|
||||
_current_stripable->solo_control()->set_value (!_current_stripable->solo_control()->self_soloed(), PBD::Controllable::UseGroup);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue