mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
[Summary] Fixed issue, when tracks were not connected to physical inputs
This commit is contained in:
parent
5511f66767
commit
7d8302194f
1 changed files with 1 additions and 0 deletions
|
|
@ -262,6 +262,7 @@ Session::Session (AudioEngine &eng,
|
|||
, routes (new RouteList)
|
||||
, _adding_routes_in_progress (false)
|
||||
, _reconnecting_routes_in_progress (false)
|
||||
, _route_deletion_in_progress (false)
|
||||
, destructive_index (0)
|
||||
, _track_number_decimals(1)
|
||||
, solo_update_disabled (false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue