20 #define AUD_BUILD_PLUGIN 30 #include <jack/jack.h> 31 #include <jack/ringbuffer.h> 35 #ifdef JACK_LIBRARY_IMPLEMENTATION 36 #define JACK_SYMBOL(sym) decltype(&sym) AUD_##sym 38 #define JACK_SYMBOL(sym) extern decltype(&sym) AUD_##sym 41 #include "JackSymbols.h" #define AUD_NAMESPACE_BEGIN
Opens the audaspace namespace aud.
Definition: Audaspace.h:116
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
The main header file of the library defining the namespace and basic data types.