summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-09 15:19:50 +0200
committerRobin Gareus <robin@gareus.org>2017-09-09 18:20:36 +0200
commit5637bdd29b91b8953bf0b064364ade2d890869c6 (patch)
tree422317b6ff8348ae554ed2bb729556f474efd1f0 /libs/ardour/route.cc
parentd11f43eeb52898464eb34a949c4c32f944d75ece (diff)
Prepare for singleton patch-selector per midi-track UI (mixer, editor,..)
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index e89b9b8b91..a4af694661 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -115,6 +115,7 @@ Route::Route (Session& sess, string name, PresentationInfo::Flag flag, DataType
, _strict_io (false)
, _custom_meter_position_noted (false)
, _pinmgr_proxy (0)
+ , _patch_selector_dialog (0)
{
processor_max_streams.reset();
}