totally bizarre and incorrect solo/mute behaviour for Tracks (ONLY)
This commit is contained in:
parent
ed291ee8d0
commit
584d8095ee
@ -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…
Reference in New Issue
Block a user