Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "driver.hh"
#include "datautils.hh"
#include "platform.hh"
#include "strings.hh"
#include "internal.hh"
#include <limits.h>
#include <atomic>
#include <cmath>
Go to the source code of this file.
Macros | |
#define | PDEBUG(...) |
#define | MDEBUG(...) |
#define | ALSAQUIET(expr) |
#define | WITH_MIDI_POLL |
#define | alsa_alloca0(struc) |
#define | return_error(reason, aerror, ERRMEMB) |
#define alsa_alloca0 | ( | struc | ) |
Definition at line 17 of file driver-alsa.cc.
#define ALSAQUIET | ( | expr | ) |
Definition at line 14 of file driver-alsa.cc.
#define MDEBUG | ( | ... | ) |
Definition at line 12 of file driver-alsa.cc.
#define PDEBUG | ( | ... | ) |
Definition at line 11 of file driver-alsa.cc.
#define return_error | ( | reason, | |
aerror, | |||
ERRMEMB | |||
) |
Definition at line 18 of file driver-alsa.cc.
#define WITH_MIDI_POLL |
Definition at line 15 of file driver-alsa.cc.