L: default to multi-out mode, and hide mixer view by default
This commit is contained in:
parent
128e08096b
commit
9659182646
@ -664,7 +664,7 @@ ARDOUR_UI::livetrax_setup_windows ()
|
|||||||
setup_toplevel_window (_main_window, "", this);
|
setup_toplevel_window (_main_window, "", this);
|
||||||
_main_window.show_all ();
|
_main_window.show_all ();
|
||||||
|
|
||||||
_livetrax_visibility = LiveTraxVisibility (LiveTraxMeterVisible|LiveTraxMixerVisible|LiveTraxEditorVisible);
|
_livetrax_visibility = LiveTraxVisibility (LiveTraxMeterVisible|LiveTraxEditorVisible);
|
||||||
livetrax_visibility_change ();
|
livetrax_visibility_change ();
|
||||||
|
|
||||||
#ifdef GDK_WINDOWING_X11
|
#ifdef GDK_WINDOWING_X11
|
||||||
|
@ -356,7 +356,7 @@ Session::Session (AudioEngine &eng,
|
|||||||
, _active_cue (-1)
|
, _active_cue (-1)
|
||||||
, tb_with_filled_slots (0)
|
, tb_with_filled_slots (0)
|
||||||
, _no_file_format_reset (0)
|
, _no_file_format_reset (0)
|
||||||
, _virtual_soundcheck (false)
|
, _virtual_soundcheck (true)
|
||||||
, _no_livetrax_auto_connect (0)
|
, _no_livetrax_auto_connect (0)
|
||||||
{
|
{
|
||||||
_suspend_save.store (0);
|
_suspend_save.store (0);
|
||||||
|
Loading…
Reference in New Issue
Block a user