Ardour  9.0-pre0-582-g084a23a80d
libs/backends/portaudio/debug.h File Reference
#include "ardour/debug.h"
Include dependency graph for libs/backends/portaudio/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);
 

Macro Definition Documentation

◆ DEBUG_AUDIO

#define DEBUG_AUDIO (   msg)    DEBUG_TRACE (PBD::DEBUG::BackendAudio, msg);

Definition at line 6 of file libs/backends/portaudio/debug.h.

◆ DEBUG_MIDI

#define DEBUG_MIDI (   msg)    DEBUG_TRACE (PBD::DEBUG::BackendMIDI, msg);

Definition at line 7 of file libs/backends/portaudio/debug.h.

◆ DEBUG_PORTS

#define DEBUG_PORTS (   msg)    DEBUG_TRACE (PBD::DEBUG::BackendPorts, msg);

Definition at line 10 of file libs/backends/portaudio/debug.h.

◆ DEBUG_THREADS

#define DEBUG_THREADS (   msg)    DEBUG_TRACE (PBD::DEBUG::BackendThreads, msg);

Definition at line 9 of file libs/backends/portaudio/debug.h.

◆ DEBUG_TIMING

#define DEBUG_TIMING (   msg)    DEBUG_TRACE (PBD::DEBUG::BackendTiming, msg);

Definition at line 8 of file libs/backends/portaudio/debug.h.