add self-removing Sends (remove on disconnect)
[ardour.git] / libs / backends / portaudio / debug.h
index 0270efa2a61f059169c46bf8acc97410271f0b70..0b9b2bfda528182fb75cbb2cba64cdc81164fb00 100644 (file)
@@ -1,13 +1,12 @@
 #ifndef PORTAUDIO_BACKEND_DEBUG_H
 #define PORTAUDIO_BACKEND_DEBUG_H
 
-#include "pbd/debug.h"
+#include "ardour/debug.h"
 
-using namespace PBD;
-
-#define DEBUG_AUDIO(msg) DEBUG_TRACE (DEBUG::BackendAudio, msg);
-#define DEBUG_MIDI(msg) DEBUG_TRACE (DEBUG::BackendMIDI, msg);
-#define DEBUG_TIMING(msg) DEBUG_TRACE (DEBUG::BackendTiming, msg);
-#define DEBUG_THREADS(msg) DEBUG_TRACE (DEBUG::BackendThreads, msg);
+#define DEBUG_AUDIO(msg) DEBUG_TRACE (PBD::DEBUG::BackendAudio, msg);
+#define DEBUG_MIDI(msg) DEBUG_TRACE (PBD::DEBUG::BackendMIDI, msg);
+#define DEBUG_TIMING(msg) DEBUG_TRACE (PBD::DEBUG::BackendTiming, msg);
+#define DEBUG_THREADS(msg) DEBUG_TRACE (PBD::DEBUG::BackendThreads, msg);
+#define DEBUG_PORTS(msg) DEBUG_TRACE (PBD::DEBUG::BackendPorts, msg);
 
 #endif // PORTAUDIO_BACKEND_DEBUG_H