summaryrefslogtreecommitdiff
path: root/libs/ardour/debug.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-10-12 21:28:08 +0000
committerRobin Gareus <robin@gareus.org>2012-10-12 21:28:08 +0000
commit5eeecf82a0432c1ed951886539a7331c71c15af9 (patch)
treec55bcb8c2ed8deb6c14118931dd891a6a43bf01a /libs/ardour/debug.cc
parent6de548bd7f7e04075eb7a26d4ea0ad04ff71b589 (diff)
LTC slave - basic working version (hardcoded 25fps)
git-svn-id: svn://localhost/ardour2/branches/3.0@13263 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/debug.cc')
-rw-r--r--libs/ardour/debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/debug.cc b/libs/ardour/debug.cc
index 0d0948d576..36c9b6adb0 100644
--- a/libs/ardour/debug.cc
+++ b/libs/ardour/debug.cc
@@ -36,6 +36,7 @@ uint64_t PBD::DEBUG::ProcessThreads = PBD::new_debug_bit ("processthreads");
uint64_t PBD::DEBUG::Graph = PBD::new_debug_bit ("graph");
uint64_t PBD::DEBUG::Destruction = PBD::new_debug_bit ("destruction");
uint64_t PBD::DEBUG::MTC = PBD::new_debug_bit ("mtc");
+uint64_t PBD::DEBUG::LTC = PBD::new_debug_bit ("ltc");
uint64_t PBD::DEBUG::Transport = PBD::new_debug_bit ("transport");
uint64_t PBD::DEBUG::Slave = PBD::new_debug_bit ("slave");
uint64_t PBD::DEBUG::SessionEvents = PBD::new_debug_bit ("sessionevents");