| 
    Ardour
    9.0-pre0-1971-g33f1681c76
    
   | 
 
#include "ardour/debug.h"Go to the source code of this file.
Macros | |
| #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); | 
| #define DEBUG_AUDIO | ( | msg | ) | DEBUG_TRACE (PBD::DEBUG::BackendAudio, msg); | 
Definition at line 6 of file libs/backends/portaudio/debug.h.
| #define DEBUG_MIDI | ( | msg | ) | DEBUG_TRACE (PBD::DEBUG::BackendMIDI, msg); | 
Definition at line 7 of file libs/backends/portaudio/debug.h.
| #define DEBUG_PORTS | ( | msg | ) | DEBUG_TRACE (PBD::DEBUG::BackendPorts, msg); | 
Definition at line 10 of file libs/backends/portaudio/debug.h.
| #define DEBUG_THREADS | ( | msg | ) | DEBUG_TRACE (PBD::DEBUG::BackendThreads, msg); | 
Definition at line 9 of file libs/backends/portaudio/debug.h.
| #define DEBUG_TIMING | ( | msg | ) | DEBUG_TRACE (PBD::DEBUG::BackendTiming, msg); | 
Definition at line 8 of file libs/backends/portaudio/debug.h.