summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-29 22:08:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-29 22:08:18 +0000
commitb7341e0026f868bcfc6b8610d743b668f1d23192 (patch)
tree1e4ab89674118d7dc4231bb6db797836ee7b176c /libs/ardour/ardour/debug.h
parent34773ee5c0c48b4758a136ee66b2fb1f7ab48d45 (diff)
debug flag for MTC; make ardour/timecode.h simply include the "authoritative" one in libs/surfaces/control_protocol
git-svn-id: svn://localhost/ardour2/branches/3.0@6209 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index b373e227fd..636d026f56 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -43,7 +43,8 @@ namespace ARDOUR {
Latency = 0x20,
Processors = 0x40,
Graph = 0x80,
- Destruction = 0x100
+ Destruction = 0x100,
+ MTC = 0x200
};
}