13
0

L: default to multi-out mode, and hide mixer view by default

This commit is contained in:
Ben Loftis 2024-06-01 21:21:59 -05:00
parent 128e08096b
commit 9659182646
2 changed files with 2 additions and 2 deletions

View File

@ -664,7 +664,7 @@ ARDOUR_UI::livetrax_setup_windows ()
setup_toplevel_window (_main_window, "", this);
_main_window.show_all ();
_livetrax_visibility = LiveTraxVisibility (LiveTraxMeterVisible|LiveTraxMixerVisible|LiveTraxEditorVisible);
_livetrax_visibility = LiveTraxVisibility (LiveTraxMeterVisible|LiveTraxEditorVisible);
livetrax_visibility_change ();
#ifdef GDK_WINDOWING_X11

View File

@ -356,7 +356,7 @@ Session::Session (AudioEngine &eng,
, _active_cue (-1)
, tb_with_filled_slots (0)
, _no_file_format_reset (0)
, _virtual_soundcheck (false)
, _virtual_soundcheck (true)
, _no_livetrax_auto_connect (0)
{
_suspend_save.store (0);