summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-26 20:47:43 +0200
committerRobin Gareus <robin@gareus.org>2020-04-26 21:25:07 +0200
commit842e841e0d2479c5012f476655c1481b90fa5d40 (patch)
tree7ccd2dfc1a354a071365cb8657a68bb29b490778 /libs/ardour/ardour
parentde819e579afe325247a8e5472dd35347ec237a65 (diff)
Remove common prefix for latency debugging
-DLatency now triggers all four: * LatencyCompensation (entry-points, overall flow) * LatencyIO (Port/IO query, set/get private/public) * LatencyDelayLine (Delaylines for internal sends and alignment) * LatencyRoute (route processor latency)
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index 2070ccea95..10bd90d8a8 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -58,8 +58,10 @@ namespace PBD {
LIBARDOUR_API extern DebugBits LTC;
LIBARDOUR_API extern DebugBits LV2;
LIBARDOUR_API extern DebugBits LV2Automate;
- LIBARDOUR_API extern DebugBits Latency;
LIBARDOUR_API extern DebugBits LatencyCompensation;
+ LIBARDOUR_API extern DebugBits LatencyDelayLine;
+ LIBARDOUR_API extern DebugBits LatencyIO;
+ LIBARDOUR_API extern DebugBits LatencyRoute;
LIBARDOUR_API extern DebugBits LaunchControlXL;
LIBARDOUR_API extern DebugBits Layering;
LIBARDOUR_API extern DebugBits MTC;