fix initialization order
This commit is contained in:
parent
57f74fbf13
commit
1f3e49e8ee
@ -249,6 +249,7 @@ Session::Session (AudioEngine &eng,
|
|||||||
, _rt_thread_active (false)
|
, _rt_thread_active (false)
|
||||||
, _rt_emit_pending (false)
|
, _rt_emit_pending (false)
|
||||||
, _ac_thread_active (false)
|
, _ac_thread_active (false)
|
||||||
|
, _latency_recompute_pending (0)
|
||||||
, step_speed (0)
|
, step_speed (0)
|
||||||
, outbound_mtc_timecode_frame (0)
|
, outbound_mtc_timecode_frame (0)
|
||||||
, next_quarter_frame_to_send (-1)
|
, next_quarter_frame_to_send (-1)
|
||||||
@ -279,7 +280,6 @@ Session::Session (AudioEngine &eng,
|
|||||||
, _reconnecting_routes_in_progress (false)
|
, _reconnecting_routes_in_progress (false)
|
||||||
, _route_deletion_in_progress (false)
|
, _route_deletion_in_progress (false)
|
||||||
, destructive_index (0)
|
, destructive_index (0)
|
||||||
, _latency_recompute_pending (0)
|
|
||||||
, _track_number_decimals(1)
|
, _track_number_decimals(1)
|
||||||
, default_fade_steepness (0)
|
, default_fade_steepness (0)
|
||||||
, default_fade_msecs (0)
|
, default_fade_msecs (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user