mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
[Summary] Implemented master bus use cases for inspector track view
[Details] 1. Made master bus shownable in inspector when no track selected in StereoOut, StereoOut mode has just been enabled, or there is no tracks at all in StereoOut. 2. Made master bus hidden in MultiOut mode in any case.
This commit is contained in:
parent
f4597492e4
commit
6acabf15ce
4 changed files with 86 additions and 16 deletions
|
|
@ -1694,6 +1694,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void time_selection_changed ();
|
||||
void update_time_selection_display ();
|
||||
void track_selection_changed ();
|
||||
void output_connection_mode_changed ();
|
||||
void region_selection_changed ();
|
||||
sigc::connection editor_regions_selection_changed_connection;
|
||||
void sensitize_all_region_actions (bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue