make solo button on faderport actually work
This commit is contained in:
parent
f5c5a9c72e
commit
7b9d3f94d4
@ -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…
Reference in New Issue
Block a user