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