From 6ef7139fb33edac3820a0cabf77428ea28618380 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 May 2016 09:33:49 -0400 Subject: [PATCH] missing initialization --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index fead0dc234..e393a96648 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -106,6 +106,7 @@ Route::Route (Session& sess, string name, PresentationInfo::Flag flag, DataType , _declickable (false) , _have_internal_generator (false) , _default_type (default_type) + , _track_number (0) , _in_configure_processors (false) , _initial_io_setup (false) , _in_sidechain_setup (false) -- 2.30.2