summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-22 21:43:12 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-09-02 12:07:14 +1000
commita272c505971dfc732002ab22d8e5d9ccf43f8851 (patch)
tree5c904b701f44659af81fb8b4d08590098ef0c4f3 /libs/ardour/ardour/debug.h
parent201d91aeddcad7f13d698ec9b5ad6d3892c7dffa (diff)
Move AudioBackend related debug bits into libardour
I put these in libpbd as that is where the debug bits are for the Waves backend but I think it makes more sense for them to be in libardour as that is where the AudioBackend class is defined I left the Waves debug bits in libpbd for now.
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index 94974a1dcd..dc2ee6442f 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -70,6 +70,11 @@ namespace PBD {
LIBARDOUR_API extern DebugBits Soundcloud;
LIBARDOUR_API extern DebugBits Butler;
LIBARDOUR_API extern DebugBits GenericMidi;
+ LIBARDOUR_API extern DebugBits BackendMIDI;
+ LIBARDOUR_API extern DebugBits BackendAudio;
+ LIBARDOUR_API extern DebugBits BackendTiming;
+ LIBARDOUR_API extern DebugBits BackendThreads;
+
}
}