mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
add comment
This commit is contained in:
parent
584d8095ee
commit
2f95da983b
1 changed files with 4 additions and 0 deletions
|
|
@ -834,6 +834,10 @@ Route::set_solo (bool yn, void *src)
|
|||
_solo_control->Changed (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
/* XXX TRACKS DEVELOPERS: THIS LOGIC SUGGESTS THAT YOU ARE NOT AWARE OF
|
||||
Config->get_solo_mute_overrride().
|
||||
*/
|
||||
|
||||
if (yn && Profile->get_trx()) {
|
||||
set_mute (false, src);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue