mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
totally bizarre and incorrect solo/mute behaviour for Tracks (ONLY)
This commit is contained in:
parent
149c8271c6
commit
8bdc54cc67
1 changed files with 4 additions and 0 deletions
|
|
@ -833,6 +833,10 @@ Route::set_solo (bool yn, void *src)
|
|||
solo_changed (true, src); /* EMIT SIGNAL */
|
||||
_solo_control->Changed (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
if (yn && Profile->get_trx()) {
|
||||
set_mute (false, src);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue