summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-09-20 11:30:28 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-09-20 11:30:28 -0400
commit9cdbeaa07d916da8ee84e2172895b38965740604 (patch)
tree629481a13f63bde590f13ebbe27cb99961081f34 /libs/ardour/globals.cc
parent5ffd2078da6eef5bbfc6ac2233973dd1cd99d44c (diff)
switch transport masters to use properties and notify via PropertyChanged
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index a806b693b4..e3e24378c5 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -460,6 +460,7 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization, const char* localedir
Playlist::make_property_quarks ();
AudioPlaylist::make_property_quarks ();
PresentationInfo::make_property_quarks ();
+ TransportMaster::make_property_quarks ();
/* this is a useful ready to use PropertyChange that many
things need to check. This avoids having to compose