summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/debug.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-05-17 20:55:04 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-07-31 09:59:54 +1000
commite258c827e243d029f824f98d9ee4de9fbaf3f207 (patch)
tree95d4cbed3eaf6e63885e11d56b8982ecdbb39962 /libs/pbd/pbd/debug.h
parentb12f865a4ac161c2d9e08379a83842342975090c (diff)
WinMME based midi input/output for portaudio backend
TODO: Use MMCSS to elevate thread priorities Enable/test and fix SYSEX related code
Diffstat (limited to 'libs/pbd/pbd/debug.h')
-rw-r--r--libs/pbd/pbd/debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/pbd/pbd/debug.h b/libs/pbd/pbd/debug.h
index 8beed56d41..cc3fbdcf55 100644
--- a/libs/pbd/pbd/debug.h
+++ b/libs/pbd/pbd/debug.h
@@ -56,6 +56,11 @@ namespace PBD {
LIBPBD_API extern DebugBits Configuration;
LIBPBD_API extern DebugBits FileUtils;
+ LIBPBD_API extern DebugBits BackendMIDI;
+ LIBPBD_API extern DebugBits BackendAudio;
+ LIBPBD_API extern DebugBits BackendTiming;
+ LIBPBD_API extern DebugBits BackendThreads;
+
/* See notes in ../debug.cc on why these are defined here */
LIBPBD_API extern DebugBits WavesMIDI;