mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
more work on RID and editor/mixer order matching; when a track/bus is hidden in the GUI controlling RID, it gets a extremely large RID to prevent it showing up on a control surface (but ... for now ... is still visible in the other GUI, even if "sync order between mixer + editor" is enabled); change font in editor route list
git-svn-id: svn://localhost/ardour2/branches/3.0@13054 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
dd440c22c1
commit
e43d91949b
12 changed files with 268 additions and 208 deletions
|
|
@ -1482,6 +1482,10 @@ Editor::parameter_changed (std::string p)
|
|||
}
|
||||
} else if (p == "show-region-gain") {
|
||||
set_gain_envelope_visibility ();
|
||||
} else if (p == "remote-model") {
|
||||
if (_routes) {
|
||||
_routes->reset_remote_control_ids ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue